Skip to content

Commit

Permalink
Update 0008-03-01-Cell_annotation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyn-schmidt committed Apr 30, 2024
1 parent 18507ef commit 4c50b03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _posts/0008-03-01-Cell_annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")

```
Expand Down

0 comments on commit 4c50b03

Please sign in to comment.