Get quick values for raw counts, CellBender counts, count differences, and percent count differences per feature.
CellBender_Feature_Diff(
seurat_object = NULL,
raw_assay = NULL,
cell_bender_assay = NULL,
raw_mat = NULL,
cell_bender_mat = NULL
)
Seurat object name.
Name of the assay containing the raw count data.
Name of the assay containing the CellBender count data.
Name of raw count matrix in environment if not using Seurat object.
Name of CellBender count matrix in environment if not using Seurat object.
A data.frame containing summed raw counts, CellBender counts, count difference, and percent difference in counts.
if (FALSE) {
cb_stats <- CellBender_Feature_Diff(seurat_object - obj, raw_assay = "RAW",
cell_bender_assay = "RNA")
}