tree_ancestry: Find parent, parent's parent and so on for a class using...

View source: R/classify.R

tree_ancestryR 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.


cellpypes documentation built on May 29, 2024, 1:24 a.m.