getLeavesFromTerm: obtain childless descendents of a term (including query)

Description Usage Arguments Value Examples

View source: R/treeproc.R

Description

obtain childless descendents of a term (including query)

Usage

1

Arguments

x

a character(1) id element for ontology_index instance

ont

an ontology_index instance as defined in ontologyIndex package

Value

character vector of 'leaves' of ontology tree

Examples

1
2
3
ch = getChebiOnto()
alldr = getLeavesFromTerm("CHEBI:23888", ch)
head(ch$name[alldr[1:15]])

ontoProc documentation built on Nov. 8, 2020, 4:49 p.m.