Cancer
Caroline Fairhust, Fabiola Martin, Ian Watt, Tim Doran, Martin Bland, William J Brackenbury
PH451 / 902 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Rangestart - 31/12/2014Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataDefinition
Introduction:
Voltage-gated sodium channel (VGSC)- inhibiting drugs are commonly used to treat epilepsy and cardiac arrhythmia. VGSCs are also widely expressed in various cancers, including those of the breast, bowel and prostate. A number of VGSCinhibiting drugs have been shown to inhibit cancer cell proliferation, invasion, tumour growth and metastasis in preclinical models, suggesting that VGSCs may be novel molecular targets for cancer treatment. Surprisingly, we previously found that prior exposure to VGSC-inhibiting drugs may be associated with reduced overall survival in patients with cancer, but we were unable to control for the cause of death or indication for prescription. The purpose of the present study is to interrogate a different database to further investigate the relationship between VGSC-inhibiting drugs and cancer-specific survival.
Methods and analysis:
A cohort study using primary care data from the Clinical Practice Research Datalink database will include patients with diagnosis of breast, bowel and prostate cancer (13 000). The primary outcome will be cancer-specific survival from the date of cancer diagnosis. Cox proportional hazards regression will be used to compare survival of patients taking VGSC-inhibiting drugs (including antiepileptic drugs and class I antiarrhythmic agents) with patients with cancer not taking these drugs, adjusting for cancer type, age and sex. Drug exposure will be treated as a time-varying covariate to account for potential immortal time bias. Various sensitivity and secondary analyses will be performed.
Implementation
Implementation
Clinical Code List
PUBLISHED - 97 Codes
Publication
Caroline Fairhust, Fabiola Martin, Ian Watt, Tim Doran, Martin Bland, William J Brackenbury, Sodium channel-inhibiting drugs and cancer survival: protocol for a cohort study using the CPRD primary care database. BMJ Open, 6(e0111661), 2016.
Citation Example
Caroline Fairhust, Fabiola Martin, Ian Watt, Tim Doran, Martin Bland, William J Brackenbury. PH451 / 902 - Cancer. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH451/version/902/detail/. [Accessed 04 October 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH451/version/902/detail/?format=json R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get details of phenotype
phenotype_details = client$phenotypes$get_detail(
'PH451',
version_id=902
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH451',
version_id=902
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH451/version/902/export/codes/?format=json CSV site_root/phenotypes/PH451/version/902/export/codes/ R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get codelist of phenotype
phenotype_codelist = client$phenotypes$get_codelist(
'PH451',
version_id=902
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH451',
version_id=902
)Version History