Skip to content

Commit

Permalink
update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
ycao6928 committed Nov 28, 2024
1 parent 481a048 commit e86d034
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 114 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: HKU2024
Package: HKUST2024
Title: Unlocking single cell spatial omics analyses with SCDNEY
Version: 0.1.0
Authors@R:
Expand Down
4 changes: 2 additions & 2 deletions vignettes/breastCancerIMC.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ library(SingleCellExperiment)
library(ggplot2)
library(scFeatures) ## devtools::install_github("SydneyBioX/scFeatures")
library(ClassifyR) ## BiocManager::install("ClassifyR", dependencies = TRUE)
library(lisaClust)
library(lisaClust) # BiocManager::install("lisaClust")
library(ggthemes)
library(spicyR) ## BiocManager::install("spicyR")
library(dplyr)
Expand Down Expand Up @@ -888,7 +888,7 @@ a <-ggplot( one_sample, aes(x = Location_Center_X , y = Location_Center_Y, colou
one_sample$celltype <- one_sample$description
index <- one_sample$celltype %in% c("melano", "Tc.ae")
index <- one_sample$celltype %in% c("Fibroblasts", "HR- CK7-")
one_sample$celltype[!index] <- "others"
b <- ggplot( one_sample, aes(x = Location_Center_X , y = Location_Center_Y, colour = celltype )) + geom_point() + scale_colour_manual(values = color_codes) + ggtitle( "Patient MB-0128 - low L value with \n B cells interacting HR_ CK7")
Expand Down
225 changes: 114 additions & 111 deletions vignettes/breastCancerIMC.html

Large diffs are not rendered by default.

0 comments on commit e86d034

Please sign in to comment.