diff --git a/src/actions/index.js b/src/actions/index.js index 434c9ba5..996f590c 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -117,7 +117,7 @@ const ___hardcoded___requestGeneExpressionCountsPOST = () => { } } -const requestDifferentialExpression = (celllist1, celllist2, num_genes = 5) => { +const requestDifferentialExpression = (celllist1, celllist2, num_genes = 10) => { return (dispatch, getState) => { dispatch({type: "request differential expression started"}) fetch(`${globals.API.prefix}${globals.API.version}diffexpression`, {