Skip to contents

Each iSCMEBObj object has a number of slots which store information. Key slots to access are listed below.

  • seuList - A list with Seurat object as component, representing the raw expression count matrix, spatial coordinates and meta data for each data batch, where the spatial coordinates information is saved in the metadata of Seurat, named "row" and "col" for eahc data batch.

  • seulist - A Seurat list after the preprocessing step in preparation for iSC.MEB model.

  • AdjList - The adjacency matrix list for a iSCMEBObj object.

  • posList - The position matrix list for a iSCMEBObj object.

  • parameterList - The model parameter settings for a iSCMEBObj object.

  • resList - The results after fitting iSC.MEB models, which is a iSCMEBResObj object.

  • project - Name of the project.