Biomarker Catalog
Reference list of biomarker definitions
Use biomarkerCatalog
to retrieve a referential list of biomarker definitions available in the Suggestic Biomarker Catalog.
Please note that the catalog is for references purpose only. You'll need to create your biomarker definitions using the addBiomarker mutation to start using this functionality. Alternatively, you can request we clone some or the totality of biomarkers from the catalog into your account.
Available Arguments
Argument | Type | Description |
---|---|---|
| String | Retrieves the first results from the list. |
| String | See pagination. |
| String | See pagination. |
| ID | Id of Catalog. |
| Int | See pagination. |
| BiomarkerFilterInput | |
| ID | Id of Category. |
| String | Name of Biomarker. |
Available Fields
Field Name | Type | Description |
---|---|---|
| ID | Id of biomarker. |
| String | Name of biomarker. |
| String | Biomarker Description. |
| String | BIomarker method definition. |
| datetime | Use the format: |
| datetime | Use the format: |
| BiomarkerCategory | |
| String | Biomarker catalog category name. |
| range | Biomarker range indicator. |
| Float | Smallest defined value. |
| Float | Largest defined value. |
| optimalRange | |
| Float | Smallest defined value to be considered as optimal. |
| Float | Largest defined value to be considered as optimal. |
| BiomarkerAlias | Biomarker Catalog alternative names. |
| String | Alias name. |
| String | Language of the alias. |
| BiomarkerUnit | |
| String | Name of unit. |
| Float | Biomarker unit numeric value. |
Example
Last updated