mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-16 21:37:59 +08:00
* move common code into server, update tests and makefile remove backend directory, refactor update smoke tests
13 lines
325 B
Python
13 lines
325 B
Python
pbmc3k_colors = {
|
|
"louvain": {
|
|
"B cells": "#2ca02c",
|
|
"CD14+ Monocytes": "#ff7f0e",
|
|
"CD4 T cells": "#1f77b4",
|
|
"CD8 T cells": "#d62728",
|
|
"Dendritic cells": "#e377c2",
|
|
"FCGR3A+ Monocytes": "#8c564b",
|
|
"Megakaryocytes": "#bcbd22",
|
|
"NK cells": "#9467bd",
|
|
}
|
|
}
|