Accessors of cellTypeTree for scClassifyTrainModel — cellTypeTree (original) (raw)

Source: R/scClassifyTrainClass.R

cellTypeTree.Rd

Methods to access various components of the `scClassifyTrainModel` object.

cellTypeTree(x)

Arguments

x A `scClassifyTrainModel` object.

Value

cellTypeTree of the scClassifyTrainModel slot

Examples

data(trainClassExample_xin) cellTypeTree(trainClassExample_xin)

#> [[1]] #> beta alpha delta gamma #> 1 1 1 1 #> #> [[2]] #> beta alpha delta gamma #> 1 2 1 1 #> #> [[3]] #> beta alpha delta gamma #> 1 2 3 4 #>