Skip to content

Commit

Permalink
Add example for background gene list
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jan 24, 2025
1 parent 46780de commit a00147a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/indra_cogex/apps/queries_web/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ def get_example_data():
"ec_code": fields.String(example="3.2.1.4"),
# Example for /gene/discrete
"gene_list": fields.List(fields.String, example=EXAMPLE_GENE_IDS),
"background_gene_list": fields.List(fields.String, example=[]),
# Examples for positive_genes and negative_genes for /gene/signed
"positive_genes": fields.List(fields.String, example=EXAMPLE_POSITIVE_HGNC_IDS),
"negative_genes": fields.List(fields.String, example=EXAMPLE_NEGATIVE_HGNC_IDS),
Expand Down

0 comments on commit a00147a

Please sign in to comment.