The function idents
is used to get the clustering result of iSC.MEB model.
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)