Skip to content

Commit

Permalink
Add background false param
Browse files Browse the repository at this point in the history
  • Loading branch information
choang committed Jul 14, 2023
1 parent 8ffdebb commit cd18ed4
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions tests/fixtures/test_enrichr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"TRMT112",
"MTHFD2L"
],
"database": "pathway"
"database": "pathway",
"background": "False"
},
"expected_result": [
[
Expand Down Expand Up @@ -47,6 +48,7 @@
"args": {
"genes": "ACE2",
"database": "KEGG_2021_Human",
"background": "False",
"json": true
},
"expected_result": [
Expand Down Expand Up @@ -104,7 +106,8 @@
"TRMT112",
"MTHFD2L"
],
"database": "pathway"
"database": "pathway",
"background": "False"
},
"expected_result": [
[
Expand Down Expand Up @@ -143,7 +146,8 @@
"TRMT112",
"MTHFD2L"
],
"database": "transcription"
"database": "transcription",
"background": "False"
},
"expected_result": [
[
Expand Down Expand Up @@ -3372,6 +3376,7 @@
"ENSG00000135365"
],
"database": "ontology",
"background": "False",
"ensembl": true
},
"expected_result": [
Expand Down Expand Up @@ -3704,7 +3709,8 @@
"TRMT112",
"MTHFD2L"
],
"database": "ontology"
"database": "ontology",
"background": "False"
},
"expected_result": [
[
Expand Down Expand Up @@ -4953,7 +4959,8 @@
"TRMT112",
"MTHFD2L"
],
"database": "diseases_drugs"
"database": "diseases_drugs",
"background": "False"
},
"expected_result": [
[
Expand Down Expand Up @@ -5231,7 +5238,8 @@
"HEG1",
"HRAT17"
],
"database": "celltypes"
"database": "celltypes",
"background": "False"
},
"expected_result": [
[
Expand Down Expand Up @@ -5306,7 +5314,8 @@
"HEG1",
"HRAT17"
],
"database": "kinase_interactions"
"database": "kinase_interactions",
"background": "False"
},
"expected_result": [
[
Expand Down Expand Up @@ -5387,7 +5396,8 @@
"type": "assert_equal",
"args": {
"genes": "banana",
"database": "ontology"
"database": "ontology",
"background": "False"
},
"expected_result": "df.empty"
}
Expand Down

0 comments on commit cd18ed4

Please sign in to comment.