Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeyixuan/UKBCaseFinder
A tool for identifying patients in UK biobank given the definition of disease phenotypes (icd10, icd9, opcs or cancer histology).
https://github.com/yeyixuan/UKBCaseFinder
case-identify tool ukbiobank
Last synced: 3 months ago
JSON representation
A tool for identifying patients in UK biobank given the definition of disease phenotypes (icd10, icd9, opcs or cancer histology).
- Host: GitHub
- URL: https://github.com/yeyixuan/UKBCaseFinder
- Owner: yeyixuan
- Created: 2018-06-16T19:53:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T15:45:12.000Z (over 6 years ago)
- Last Synced: 2024-08-02T16:44:41.290Z (6 months ago)
- Topics: case-identify, tool, ukbiobank
- Language: R
- Homepage:
- Size: 9.77 KB
- Stars: 16
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-uk-biobank - UKBCaseFinder - 10, ICD-9, OPCS or cancer histology) | (Derivation of variables / Electronic health records)
README
# UKBCaseFinder
A tool for identifying patients in UK biobank given the definition of disease phenotypes (icd10, icd9, opcs or cancer histology).Here we combine 3 data sources: hospital in-patient episode records (hesin), death records, and cancer records to identify all
the patients and their earlist onset date.# Installing UKBCaseFinder
To install the development version from github (the package devtools is required):
```
library(devtools)
install_github("yeyixuan/UKBCaseFinder")
```
Once installed, the package can be loaded using:
```
library(UKBCaseFinder)
```