mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 01:48:12 +08:00
destructure
This commit is contained in:
@@ -41,7 +41,7 @@ export function createColorQuery(colorMode, colorByAccessor, schema, genesets) {
|
||||
if (!genesets) return null;
|
||||
|
||||
const _geneset = genesets.get(colorByAccessor);
|
||||
const _setGenes = Array.from(_geneset.genes.keys());
|
||||
const _setGenes = [..._geneset.genes];
|
||||
|
||||
return [
|
||||
"X",
|
||||
|
||||
Reference in New Issue
Block a user