From 27a1b713efd85a20ea294393eaeaf20a611a0070 Mon Sep 17 00:00:00 2001 From: agdenadel Date: Tue, 12 Mar 2024 13:04:49 -0700 Subject: [PATCH] remove commented code --- vignettes/2_cluster-tabula-muris.Rmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/vignettes/2_cluster-tabula-muris.Rmd b/vignettes/2_cluster-tabula-muris.Rmd index c1c1e6a..3659218 100644 --- a/vignettes/2_cluster-tabula-muris.Rmd +++ b/vignettes/2_cluster-tabula-muris.Rmd @@ -52,9 +52,6 @@ read_tabula_muris_data <- function(file) { seurat_obj[["cell_ontology_class"]] <- annotations[Cells(seurat_obj),]$cell_ontology_class - # remove cells with NAs in cell ontology class - #seurat_obj <- subset(seurat_obj, subset = cell_ontology_class %in% levels(as.factor(seurat_obj@meta.data$cell_ontology_class))) - return(seurat_obj) }