We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46780de commit a00147aCopy full SHA for a00147a
src/indra_cogex/apps/queries_web/__init__.py
@@ -404,6 +404,7 @@ def get_example_data():
404
"ec_code": fields.String(example="3.2.1.4"),
405
# Example for /gene/discrete
406
"gene_list": fields.List(fields.String, example=EXAMPLE_GENE_IDS),
407
+ "background_gene_list": fields.List(fields.String, example=[]),
408
# Examples for positive_genes and negative_genes for /gene/signed
409
"positive_genes": fields.List(fields.String, example=EXAMPLE_POSITIVE_HGNC_IDS),
410
"negative_genes": fields.List(fields.String, example=EXAMPLE_NEGATIVE_HGNC_IDS),
0 commit comments