Skip to content

Commit

Permalink
Add prop to support data-viz plots with small minimum cluster size
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhen committed May 2, 2024
1 parent e459549 commit 6e1f9c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function GraphicalAnalysisHypothalamus() {
title="trajectory"
tissue="Hypothalamus"
plotType="Tree"
minClusterSize={1}
/>
</div>
<div className="section level3">
Expand All @@ -55,6 +56,7 @@ function GraphicalAnalysisHypothalamus() {
title="cluster"
tissue="Hypothalamus"
plotType="Histogram"
minClusterSize={1}
/>
</div>
</div>
Expand Down

0 comments on commit 6e1f9c0

Please sign in to comment.