Description Usage Arguments Details
View source: R/get_cohort_selection_numbers.R
Get cohort selection numbers for drug repurposing
1 2 3 4 5 6 7 8 9 | get_cohort_selection_numbers(
drug,
phenotype,
biomarker,
indication_drugs,
r_covariates,
r_drugs,
r_biomarkers
)
|
drug |
A string, e.g., "simvastatin" |
phenotype |
A string, e.g., "hyperlipidemia" |
biomarker |
A string, e.g., "LDL cholesterol" |
indication_drugs |
A tibble with columns c('rxcui_in', 'drug_desc', 'indication') |
r_covariates |
A tibble, with columns c('person_id','dob','gender_concept_id','race_concept_id','drug_concept_id','first_drug_exposure','last_drug_exposure') |
r_drugs |
A tibble, with columns c('person_id','start_date','end_date','drug_exposure_start_date','drug_concept_id') |
r_biomarkers |
A tibble, with columns c('person_id','start_date','measurement_date','end_date','measurement_concept_id','value_as_number') |
Last updated: 2021-10-15
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.