Filter the MBA ontology to find children of a given structure acronym

filter_mba_ontology_children(flat_ontology, parent_acronym,
  include_parent = FALSE)

Arguments

flat_ontology

A flat ontology data.frame generated by flatten_mba_ontology

parent_acronym

The acronym of a brain ontology structure to find

include_parent

Whether or not to include the parent structure in the output. Default = FALSE.

Value

A data.frame with the filtered ontology only for children of the parent structure.