Skip to content

Commit

Permalink
Merge branch 'master' of github.com:griffithlab/rnabio.org
Browse files Browse the repository at this point in the history
  • Loading branch information
obigriffith committed Apr 30, 2024
2 parents e83b56c + 5f7cab2 commit 21efaa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _posts/0008-04-01-DE_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ library(dplyr)
library(EnhancedVolcano)
library(presto)
merged <- readRDS('outdir_single_cell_rna/preprocessed_object.rds')

#alternatively we have a seurat object from the last step saved here if you need it.
merged <- readRDS('/cloud/project/data/single_cell_rna/backup_files/preprocessed_object.rds')
```

### Gene expression analysis for epithelial cells
Expand Down

0 comments on commit 21efaa6

Please sign in to comment.