Get the batch-corrected integrated gene expresssions
getIntegratedData(
SRTProj,
species = "Human",
Method = c("iSC.MEB", "PRECAST"),
custom_housekeep = NULL,
only.var.features = TRUE,
add_empty_counts = FALSE
)
a SRTProject object after finishing integration analysis using Integrate_PRECAST
or Integrate_iSCMEB
.
a string, one of "Human", "Mouse" and "Unknown", default as "Human".
a string, one of "iSC.MEB" and "PRECAST", specify which method is used to remove the batch effects in the gene expression levels.
a string vector, a group of user-specified housekeeping genes used for removing batch.
a logical value, whether only return the variable genes.
a logical value, whether add a empty count matrix. This argument makes it easy to transfer the returned SpatialExperiment object to a Seurat object using as.Seurat
.
return a SpatialExperiment object with integrated normalized gene expression matrix and other information from the SRTProject object.