get_all_children: Get all children of a certain cell type.

View source: R/cell_type_mapping.R

get_all_childrenR Documentation

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.

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.

Value

character vector of cell type names.


grst/immunedeconv documentation built on Nov. 10, 2023, 1:33 a.m.