Skip to content

Commit

Permalink
adds pkgs and fixes color
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Jun 11, 2024
1 parent 9be11fb commit ca22792
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 3_integration_clustering.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ seu_int <- IntegrateData(anchors, normalization.method = "SCT")
seu_int <- FindVariableFeatures(seu_int)
seu_int <- RunPCA(seu_int, npcs = 50, verbose = FALSE)
seu_int <- RunUMAP(seu_int, reduction = "pca", dims = 1:50)
DimPlot(seu_int, reduction = "umap")
DimPlot(seu_int, reduction = "umap") +
scale_color_viridis_d(option = "cividis")
```


Expand Down
20 changes: 20 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,26 @@
],
"Hash": "80f374ef8500fcdc5d84a0345b837227"
},
"downlit": {
"Package": "downlit",
"Version": "0.4.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"brio",
"desc",
"digest",
"evaluate",
"fansi",
"memoise",
"rlang",
"vctrs",
"withr",
"yaml"
],
"Hash": "45a6a596bf0108ee1ff16a040a2df897"
},
"downloader": {
"Package": "downloader",
"Version": "0.4",
Expand Down
4 changes: 3 additions & 1 deletion scripts/deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ library(bit)
library(bit64)
library(glmGamPoi)
library(Rfast2)
library(presto)
library(presto)
library(downlit)
library(xml2)

0 comments on commit ca22792

Please sign in to comment.