color by geneset stub

This commit is contained in:
Colin Megill
2020-08-25 15:21:42 -04:00
parent cc6416168b
commit 9f03491094
12 changed files with 291 additions and 204 deletions
+2 -3
View File
@@ -55,15 +55,14 @@ class Embedding extends React.PureComponent {
<Button
type="button"
data-testid="layout-choice"
icon="heatmap"
icon="heat-grid"
// minimal
id="embedding"
style={{
cursor: "pointer",
}}
>
{layoutChoice?.current}: {crossfilter.countSelected()} out of{" "}
{crossfilter.size()} cells
heatmap
</Button>
</Tooltip>
}