modelweights {scClassify}R Documentation

Accessors of modelweights for scClassifyTrainModel

Description

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

Usage

modelweights(x)

Arguments

x

A 'scClassifyTrainModel' object.

Value

modelweights of the scClassifyTrainModel slot

Examples


data(trainClassExample_xin)
modelweights(trainClassExample_xin)


[Package scClassify version 1.5.1 Index]