Skip to contents

The function idents is used to get the clustering result of iSC.MEB model.

Usage

idents(obj)

# S3 method for iSCMEBObj
idents(obj)

# S3 method for iSCMEBResObj
idents(obj)

Arguments

obj

An iSCMEBObj object or iSCMEBResObj object.

Value

Returns a list of identity, whose i-th element is the identity of i-th tissue section.

Returns a list of identity, whose i-th element is the identity of i-th tissue section.

Details

iSCMEBResObj is an object that contains all iSC.MEB solution information. It is the output of function fit.iscmeb, which is the main function of our package.

iSCMEBResObj is an object that contains all iSC.MEB solution information. It is the output of function fit.iscmeb, which is the body of our algorithm.

Examples

data(iSCMEBObj_toy)
#> Warning: data set 'iSCMEBObj_toy' not found
IdentsList <- idents(iSCMEBObj_toy)