Skip to content

Commit

Permalink
Update umap_violin_plots.R
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmous authored Feb 15, 2024
1 parent 11c5cc3 commit 64b02c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap_violin_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ suppressMessages(library(dplyr))
suppressMessages(library(ggplot2))
suppressMessages(library(Seurat))

wagner2<- readRDS("~/Desktop/sequencing/wagner2/wagner_mnn_no_oocytes.rds")
wagner2 <- readRDS("~/Desktop/sequencing/wagner2/wagner_mnn_no_oocytes.rds")

##UMAPS figure.1B
DimPlot(object=wagner2,reduction = "umap")
Expand Down

0 comments on commit 64b02c0

Please sign in to comment.