mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 13:48:12 +08:00
increase default diffexp gene count to 50 (#2130)
* increase default diffexp gene count * try tiledb version fix
This commit is contained in:
@@ -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
|
||||
) => {
|
||||
|
||||
Reference in New Issue
Block a user