map_ | R Documentation |
Functions to map IDs.
list_deaths(
hpo = get_hpo(),
exclude = FALSE,
to = c("name", "id"),
include_na = TRUE
)
list_onsets(
hpo = get_hpo(),
exclude = FALSE,
to = c("name", "id"),
include_na = TRUE,
verbose = TRUE
)
hpo |
Human Phenotype Ontology object, loaded from get_ontology. |
exclude |
HPO phenotype names to exclude. |
to |
Character vector of database(s) to map IDs to.
When not |
include_na |
Include NA values for onset. |
verbose |
Print messages. |
Mapped data.
Named list of HPO IDs.
Named list of HPO IDs.
list_deaths()
: map_
List age of death HPO terms
List age of death phenotypes in the HPO.
list_onsets()
: map_
List age of onset HPO terms
List age of onset phenotypes in the HPO.
deaths <- list_deaths()
onsets <- list_onsets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.