Description Usage Arguments Value Examples
Convert the nested Allen Brain Atlas ontology to a data.frame.
1 | aba_flatten_ontology(ontology, ontology_df = NULL)
|
ontology_df |
The current ABA ontology data.frame. Used for recursive unpacking of the list ontology. |
@ontology |
The list-based ontology returned by the aba_get_ontology() function. |
a data.frame containing the ontology, along with a parent_id column for retaining hierarchical information.
1 2 3 4 | library(dplyr)
ont_df <- aba_get_ontology() %>%
aba_flatten_ontology()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.