Skip to content

Commit

Permalink
A couple small adjustments to the structure plots in examine_pbmc68k_…
Browse files Browse the repository at this point in the history
…more.R.
  • Loading branch information
pcarbo committed Aug 13, 2024
1 parent 02e25cd commit f679fe8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions analysis/examine_pbmc68k_more.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ clusters[L[,3] > 0.4] <- "NK cells"
clusters[L[,1] > 0.3] <- "myeloid"
clusters[L[,5] > 0.2] <- "B cells"
clusters[L[,2] > 0.9] <- "Megakaryocytes"

clusters <- factor(clusters)
clusters <- factor(clusters,
c("Megakaryocytes","myeloid","B cells",
"NK cells","T cells"))

n <- nrow(fit1$L)
rows <- sample(n,2000)
Expand Down

0 comments on commit f679fe8

Please sign in to comment.