powered by
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 )
A data.frame containing summed raw counts, CellBender counts, count difference, and percent difference in counts.
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.
if (FALSE) { cb_stats <- CellBender_Feature_Diff(seurat_object - obj, raw_assay = "RAW", cell_bender_assay = "RNA") }
Run the code above in your browser using DataLab