tree_ancestry {cellpypes} | R Documentation |
Find parent, parent's parent and so on for a class using recursive programming
tree_ancestry(classes, class)
classes |
The class definitions of a cellpypes object, i.e. obj$classes. |
class |
A character vector of length one with the class. |
Character vector with the ancestry of a class.