AssertionSources
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique source identifier for this assertion. | |
| type | TypeEnum | Type of clinical evidence associated with publication. | [optional] |
| subType | SubTypeEnum | A more specific sub type of clinical evidence associated with publication. | [optional] |
| pubId | String | A publication identifier. | [optional] |
| trialId | String | A clinical trial identifier. | [optional] |
| trialPhase | String | A clinical trial phase. | [optional] |
| functionalConsequence | FunctionalConsequenceEnum | Change to function of biomarker. | [optional] |
| name | NameEnum | Name of publication index if applicable. | [optional] |
| link | String | A URL to publication if available. | [optional] |
| year | Integer | Year of publication. | [optional] |
| trustRating | Float | A subjective assessment of evidence quality. | [optional] |
Enum: TypeEnum
| Name | Value |
|---|---|
| TRIAL | "trial" |
| CASE_STUDY | "case_study" |
| PRECLINICAL | "preclinical" |
| EXPERT | "expert" |
| PATHWAY_INFERRED | "pathway_inferred" |
| INSTITUTIONAL_STUDY | "institutional_study" |
| REGULATORY | "regulatory" |
| SEQUENCING | "sequencing" |
| EMPTY | "" |
Enum: SubTypeEnum
| Name | Value |
|---|---|
| PROSPECTIVE | "prospective" |
| RETROSPECTIVE | "retrospective" |
| META_ANALYSIS | "meta_analysis" |
| CLINICAL | "clinical" |
| RESEARCHER | "researcher" |
| CELL_LINE | "cell_line" |
| PDX | "pdx" |
| BIOCHEMICAL_ASSAY | "biochemical_assay" |
| MOUSE_MODEL | "mouse_model" |
Enum: FunctionalConsequenceEnum
| Name | Value |
|---|---|
| LOSS_OF_FUNCTION | "loss_of_function" |
| GAIN_OF_FUNCTION | "gain_of_function" |
| UNCHARACTERIZED | "uncharacterized" |
| INCONCLUSIVE | "inconclusive" |
Enum: NameEnum
| Name | Value |
|---|---|
| PUBMED | "PUBMED" |
| AACR | "AACR" |
| ASCO | "ASCO" |
| ESMO | "ESMO" |
| ASCOMEETING | "ASCOMEETING" |