From 6e1f9c0ea7aabb08e5d0ab18644e449d6985d755 Mon Sep 17 00:00:00 2001 From: Jimmy Zhen Date: Thu, 2 May 2024 16:22:58 -0700 Subject: [PATCH] Add prop to support data-viz plots with small minimum cluster size --- .../GraphicalClustering/Pass1bLandscapeTissues/HYPOTH.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AnalysisPage/GraphicalClustering/Pass1bLandscapeTissues/HYPOTH.jsx b/src/AnalysisPage/GraphicalClustering/Pass1bLandscapeTissues/HYPOTH.jsx index 6119b421..0a0e86af 100644 --- a/src/AnalysisPage/GraphicalClustering/Pass1bLandscapeTissues/HYPOTH.jsx +++ b/src/AnalysisPage/GraphicalClustering/Pass1bLandscapeTissues/HYPOTH.jsx @@ -40,6 +40,7 @@ function GraphicalAnalysisHypothalamus() { title="trajectory" tissue="Hypothalamus" plotType="Tree" + minClusterSize={1} />
@@ -55,6 +56,7 @@ function GraphicalAnalysisHypothalamus() { title="cluster" tissue="Hypothalamus" plotType="Histogram" + minClusterSize={1} />