TigerZheng commited on
Commit
6430c61
·
verified ·
1 Parent(s): 2f84eb1

Upload Palettes.R

Browse files
Files changed (1) hide show
  1. R/Palettes.R +11 -0
R/Palettes.R ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ col_cluster <- list()
2
+ col_cluster[["MainType"]] <- c('Excitatory' = "#7570B3FF", 'Inhibitory' = "#E7298AFF",
3
+ "Oligo"="#614e96", "Astro"="#a90dfd", "NPC"="#84660c",
4
+ "Endo"="#983f00", "OPC"="#ed30a6", "VLMC"="#cccc01",
5
+ "Microglia"="#f89279")
6
+ col_cluster[["SubType_v2"]] <- c("Immature EN"="#838381",
7
+ "L2/3 IT"="#342a85", "L4/5 IT"="#0a6ddd", "L5 IT"="#009acd", "L6 IT"="#31b69e",
8
+ "L5 PT"="#a1bc6a", "L5 NP"="#f7bc3e", "L6 CT"="#f7fa10",
9
+ "Lamp5"="#0e0786", "Pvalb"="#6902a4", "Sst"="#df6361", "Vip"="#f8a635",
10
+ "NPC"="#84660c","Astro"="#a90dfd","Endo"="#983f00","Microglia"="#f89279",
11
+ "Oligo"="#614e96","OPC"="#ed30a6")