Description Usage Arguments Value Examples
Gets Diseases and ICD-9 numbers from the disgenet API to produce a supported lsit of dieases for the
Gadget genetic_disease_explore()
. This takes a few minutes to run and is only provided to demonstrate how
data used in this package is generated.
1 | get_diseases(write = T, to_r = F, ob_name = "diseases")
|
write |
Bool, if T it writes a csv to your current wd. |
to_r |
Bool, if T it writes a data.frame to R with the name specified by ob_name |
ob_name |
A String, specifying an object name to save results as if ob_name = T |
A data.frame of diseases and associated ICD-9 numbers
1 2 3 4 | ## Not run:
get_diseases()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.