CARD-class | R Documentation |
Each CARD object has a number of slots which store information. Key slots to access are listed below.
sc_eset
The filtered scRNA-seq data along with meta data stored in the format of SingleCellExperiment.
spatial_countMat
The filtered spatial count data.
spatial_location
The weights for combining p-values from multiple kernels.
Proportion_CARD
The estimated cell type proportion by CARD with each row is a spatial location and each column is a cell type.
project
The name of the project, default is deconvolution.
info_parameters
The paramters that are used in model fitting.
algorithm_matrix
The intermediate matrices that are used in the model fitting step.
refined_prop
The refined cell type proportion matrix estimated by CARD for the newly grided spatial locations. The number of initial grids are defined by the user.
refined_expression
The refined predicted expression matrix (normalized) estimated by CARD for the newly grided spatial locations. The number of initial grids are defined by the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.