plotCellTypeTree {scClassify}R Documentation

To plot cell type tree

Description

To plot cell type tree

Usage

plotCellTypeTree(cutree_list, group_level = NULL)

Arguments

cutree_list

A list indicates the hierarchical cell type tree

group_level

Indicate whether plot or not

Value

A ggplot object visualising the HOPACH tree

Examples


data("trainClassExample_xin")

plotCellTypeTree(cellTypeTree(trainClassExample_xin))


[Package scClassify version 1.6.0 Index]