plotCellTypeTree {scClassify} | R Documentation |
To plot cell type tree
plotCellTypeTree(cutree_list, group_level = NULL)
cutree_list |
A list indicates the hierarchical cell type tree |
group_level |
Indicate whether plot or not |
A ggplot object visualising the HOPACH tree
data("trainClassExample_xin") plotCellTypeTree(cellTypeTree(trainClassExample_xin))