Learn R Programming

immunedeconv (version 2.0.3)

get_all_children: Get all children of a certain cell type.

Description

If method is NULL, this function will return ALL children of the given cell type in the cell type hierarchy.

Usage

get_all_children(cell_type, method = NULL)

Arguments

cell_type

cell type name that appears in the cell type hierarchy.

method

method or dataset from the cell type mapping.

Value

character vector of cell type names.

Details

If a method is given, this function will return the cell type names as used by method and stop as soon as a cell type maps to a cell type provided by method.