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.


FelixTheStudent/cellpypes documentation built on Jan. 28, 2024, 11:36 p.m.