From db4ac5e1e539cdf3a9a854658ae3b9f51456314c Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Tue, 17 Nov 2020 11:23:13 -0800 Subject: [PATCH] bump number of genes to 50 --- client/src/actions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/actions/index.js b/client/src/actions/index.js index 8730730e..eb0638b2 100644 --- a/client/src/actions/index.js +++ b/client/src/actions/index.js @@ -138,7 +138,7 @@ const dispatchDiffExpErrors = (dispatch, response) => { } }; -const requestDifferentialExpression = (set1, set2, num_genes = 10) => async ( +const requestDifferentialExpression = (set1, set2, num_genes = 50) => async ( dispatch, getState ) => {