tree_ancestry {cellpypes}R Documentation

Find parent, parent's parent and so on for a class using recursive programming

Description

Find parent, parent's parent and so on for a class using recursive programming

Usage

tree_ancestry(classes, class)

Arguments

classes

The class definitions of a cellpypes object, i.e. obj$classes.

class

A character vector of length one with the class.

Value

Character vector with the ancestry of a class.


[Package cellpypes version 0.3.0 Index]