shawnshu1

Results 2 comments of shawnshu1

still cannot find this file... gotta be kidding me.

fixed the issue after debugging through the source code (application_visualization.R). Also detected additional bugs! Line 826, `apply(GetAssayData(seuratObj_subset[, seuratObj_subset[[celltype_col]] == celltype], slot = slot), 1, func.agg)` for Seurat5, use: `apply(GetAssayData(seuratObj_subset[, seuratObj_subset[[celltype_col]]...