features {scClassify}R Documentation

Accessors of features for scClassifyTrainModel

Description

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

Usage

features(x)

Arguments

x

A 'scClassifyTrainModel' object.

Value

features of the scClassifyTrainModel slot

Examples


data(trainClassExample_xin)
features(trainClassExample_xin)


[Package scClassify version 1.5.1 Index]