-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zellkonverter needs to be in dependencies, not in script, for now. I …
…also removed packages from dependencies.R that don't need to be there since they are in other scripts explicitly
- Loading branch information
1 parent
b7f4747
commit 205c5f9
Showing
2 changed files
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# Tidyverse | ||
library(tidyverse) | ||
library(assertthat) | ||
|
||
# Single-cell packages | ||
library(Azimuth) # remotes::install_github("satijalab/azimuth") | ||
library(SCpubr) | ||
library(ggplotify) | ||
library(edgeR) | ||
library(ggdist) | ||
library(fetusref.SeuratData) | ||
library(zellkonverter) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters