From 4c50b03722060a5fce3e585cdbb404186f8c3880 Mon Sep 17 00:00:00 2001 From: Evelyn Schmidt <57552529+evelyn-schmidt@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:57:34 -0400 Subject: [PATCH] Update 0008-03-01-Cell_annotation.md --- _posts/0008-03-01-Cell_annotation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/0008-03-01-Cell_annotation.md b/_posts/0008-03-01-Cell_annotation.md index 9641348..155b9e9 100644 --- a/_posts/0008-03-01-Cell_annotation.md +++ b/_posts/0008-03-01-Cell_annotation.md @@ -31,7 +31,9 @@ First, we need to load the relevant libraries. ```R library(SingleR) library(celldex) -library(Seurat) +library(Seurat) +library(cowplot) + merged <- readRDS("outdir_single_cell_rna/rep135_clustered.rds") ```