MIA_analysis | R Documentation |
Title To integrate the scRNAseq and ST datasets, MIA method can analysis proceeds by first delineating sets of cell type-specific and tissue region-specific genes and then determining whether their overlap is higher (enrichment) or lower (depletion) than expected by chance.
MIA_analysis(sc_object, sp_object, sc_diff, sp_diff)
sc_object |
the seurat scRNA object |
sp_object |
the seurat scRNA object or spatial object |
sc_diff |
the different expression result of seurat analysis |
sp_diff |
the different expression result of seurat analysis |
data
# d = MIA_analysis(sc_object = stereo_smn, sp_object = stereo, sc_diff = sc_diff, sp_diff = sp_diff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.