R/get_target_celltypes.R

Defines functions get_target_celltypes

get_target_celltypes <- function(target_branches = get_target_branches(),
                                 cl = KGExplorer::get_ontology("cl",
                                                               remove_rings=TRUE)
                                 ){
  KGExplorer::get_ontology_descendants(ont = cl,
                                       terms = target_branches)
}
neurogenomics/MultiEWCE documentation built on May 7, 2024, 1:52 p.m.