View source: R/cell_type_mapping.R
get_all_children | R Documentation |
If method is NULL, this function will return ALL children of the given cell type in the cell type hierarchy.
get_all_children(cell_type, method = NULL)
cell_type |
cell type name that appears in the cell type hierarchy. |
method |
method or dataset from the cell type mapping. |
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
.
character vector of cell type names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.