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 ) => {