mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 06:48:12 +08:00
metadata as var, maxsize todo
This commit is contained in:
@@ -42,6 +42,7 @@ class Dotplot extends React.Component {
|
||||
const { genesets } = this.props;
|
||||
|
||||
const _TESTgeneset = genesets.get("bladder urothelial");
|
||||
const _TESTmetadatField = "cell_ontology_class";
|
||||
|
||||
/* TODO(colinmegill) #632 componetize */
|
||||
if (!_TESTgeneset) return null;
|
||||
@@ -100,6 +101,7 @@ class Dotplot extends React.Component {
|
||||
_geneIndex={_geneIndexInGeneset}
|
||||
viewport={viewport}
|
||||
rowColumnSize={this.rowColumnSize}
|
||||
metadataField={_TESTmetadatField}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user