From 5a9c4ef81879843c36cf778a54b29de24465b8c3 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Thu, 4 Jan 2018 17:52:03 -0800 Subject: [PATCH] request 10 genes for diffexp --- src/actions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, {