Help Endpoint#
Retrieve information about Predictor classes#
We highly encourage detailed help responses to organize and document Predictor containers.
Once a Predictor server is up and running, its help information can be retrieved with:
curl -X GET http://HOST:PORT/help
Predictor Response#
Key |
Value type |
Description |
Example Values |
|---|---|---|---|
|
|
Model name. |
“model”: “deBoer Lab test” |
|
|
The version of the GAME API schema that this Predictor implements. This is distinct from module-level versioning, which is handled automatically by the container build timestamp appended to |
“game_schema_version”: “1.0” |
|
|
Citation for original paper. |
“publication”: “Luthra et. al, 2024” |
|
|
List of features that the model predicts for each of the cells in |
“features”: [“accessibility”, “accessibility”, “binding_h3K4me3”,”binding_ctcf”,”expression”, “expression”, “expression”] |
|
|
Cell types that correspond to predicted features in |
“cell_types”: [“iPSC”, “Hepg2”, “iPSC”, “iPSC”, “iPSC”, “HepG2”, “K562”] |
|
|
Species that correspond to predicted features in |
“species”: [“homo_sapiens”] |
|
|
Author/authors of container builders. |
“container_authors”: “Ishika Luthra” |
|
|
Paper author/authors. |
“model_authors”: “Ishika Luthra” |
|
|
Number of base pairs of sequence that the model takes as input. |
“input_size” : 500500 |
|
|
For models that predict across genomic tracks what is the base pair resolution. |
“bin_size”: 10 |
|
|
For models that predict expression, is the expression prediction strand specific or not. |
“expression_strand_specific”: true |
For details on API schema versioning and module-level versioning, see Versioning.