increase default diffexp gene count to 50 (#2130)

* increase default diffexp gene count

* try tiledb version fix
This commit is contained in:
Bruce Martin
2021-03-30 13:10:09 -07:00
committed by GitHub
parent ae23c9e5b9
commit bfb9e1edcc
+1 -1
View File
@@ -161,7 +161,7 @@ const dispatchDiffExpErrors = (dispatch, response) => {
}
};
const requestDifferentialExpression = (set1, set2, num_genes = 10) => async (
const requestDifferentialExpression = (set1, set2, num_genes = 50) => async (
dispatch,
getState
) => {