From 341a2a674ec03405427777aecf14eb208815bf7a Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Mon, 25 Nov 2024 10:31:48 +0100 Subject: [PATCH] use variable that is in the cxg schema spec --- vignettes/example_workflow.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/example_workflow.Rmd b/vignettes/example_workflow.Rmd index 5cf3975..ed2a263 100644 --- a/vignettes/example_workflow.Rmd +++ b/vignettes/example_workflow.Rmd @@ -141,7 +141,7 @@ To make things a bit quicker we only test the first 1000 genes but if you have a ```{r markers} # Set cell identities to the provided cell type annotation -SeuratObject::Idents(seurat) <- "Cell_Type" +SeuratObject::Idents(seurat) <- "cell_type" # Normalise the data seurat <- Seurat::NormalizeData(seurat) # Test for marker genes