filter_mba_ontology_children: Filter the MBA ontology to find children of a given structure...

Description Usage Arguments Value

View source: R/ontology.R

Description

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

Usage

1
2
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.


AllenInstitute/cocoframer documentation built on May 21, 2020, 3:09 a.m.