mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
28 lines
707 B
JavaScript
28 lines
707 B
JavaScript
/* these will be either (preferably) specified or inferred */
|
|
export const categories = ["Sample.type", "Selection", "Location", "Sample.name", "Class", "Neoplastic"];
|
|
export const continuous = [
|
|
"ERCC_reads",
|
|
"ERCC_to_non_ERCC",
|
|
"Genes_detected",
|
|
"Multimapping_reads_percent",
|
|
"Non_ERCC_reads",
|
|
"Splice_sites_AT.AC",
|
|
"Splice_sites_Annotated",
|
|
"Splice_sites_GC.AG",
|
|
"Splice_sites_GT.AG",
|
|
"Splice_sites_non_canonical",
|
|
"Splice_sites_total",
|
|
"Total_reads",
|
|
"Unique_reads",
|
|
"Unique_reads_percent",
|
|
"Unmapped_mismatch",
|
|
"Unmapped_other",
|
|
"Unmapped_short"
|
|
]
|
|
|
|
/* colors */
|
|
export const hcaBlue = "#1c7cc7"
|
|
export const lightgrey = "rgb(211,211,211)";
|
|
|
|
export const bolder = 700;
|