Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
agdenadel committed Mar 12, 2024
1 parent a7829a4 commit 27a1b71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vignettes/2_cluster-tabula-muris.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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([email protected]$cell_ontology_class)))
return(seurat_obj)
}
Expand Down

0 comments on commit 27a1b71

Please sign in to comment.