Neutrophils
Shah A
PH347 / 694 Clinical-Coded Phenotype
Overview
Phenotype TypeBiomarkerSexBothValid Event Date Range01/01/1999 - 01/07/2016Coding SystemRead codes v2Data SourcesCollectionsPhenotype LibraryTagsNo dataDefinition
We used information in the primary care and hospitalization records to classify the patient state on the date of the differential leukocyte count. These criteria were based on the recommendations of the eMERGE consortium (http://phenotype.mc.vanderbilt.edu/group/emerge-phenotype-wg) for studies to identify genetic determinants of the underlying stable leukocyte count. The eMERGE criteria were modified to be suitable for a cohort study, avoiding the use of clinical events after the index date in order to avoid immortal time bias. The criteria for an 'acute' patient state were: in hospital on the date of blood test, vaccination in the previous 7 days, anemia diagnosis within the previous 30 days, symptoms or diagnosis of infection within the previous 30 days, prior diagnosis of myelodysplastic syndrome, prior diagnosis of hemoglobinopathy, cancer chemotherapy or G-CSF within 6 months before index date, or the use of drugs affecting the immune system such as methotrexate or steroids within the previous 3 months.
Values with missing units frequently have zero recorded, but this is not the case if units are provided. It is theoretically possible to have a neutrophil count measured as zero (severely immunosuppressed patients, or if white cell count is below the lower limit of detection). It is up to the analyst to remove zero values if desired.
In the Clinical Practice Research Datalink (CPRD, primary care data) we extracted neutrophil measurements using the structured data component of the test CPRD table (entity type 184) combined with a list of Read terms (see below). The value was extracted from the data2 field where the units data3 field were set as 37 [109/L], 153 [109], 17 [/L]. We filtered any values less than 50 10^9/L.
Implementation
Phenoflow IDImplementation
Clinical Code List
PUBLISHED - 6 Codes
Publication
No publications Citation Example
Shah A. PH347 / 694 - Neutrophils. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH347/version/694/detail/. [Accessed 08 October 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH347/version/694/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(
'PH347',
version_id=694
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH347',
version_id=694
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH347/version/694/export/codes/?format=json CSV site_root/phenotypes/PH347/version/694/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(
'PH347',
version_id=694
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH347',
version_id=694
)Version History