Skip to content

Commit a00147a

Browse files
committed
Add example for background gene list
1 parent 46780de commit a00147a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/indra_cogex/apps/queries_web/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ def get_example_data():
404404
"ec_code": fields.String(example="3.2.1.4"),
405405
# Example for /gene/discrete
406406
"gene_list": fields.List(fields.String, example=EXAMPLE_GENE_IDS),
407+
"background_gene_list": fields.List(fields.String, example=[]),
407408
# Examples for positive_genes and negative_genes for /gene/signed
408409
"positive_genes": fields.List(fields.String, example=EXAMPLE_POSITIVE_HGNC_IDS),
409410
"negative_genes": fields.List(fields.String, example=EXAMPLE_NEGATIVE_HGNC_IDS),

0 commit comments

Comments
 (0)