mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 12:58:12 +08:00
bump number of genes to 50
This commit is contained in:
@@ -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
|
||||
) => {
|
||||
|
||||
Reference in New Issue
Block a user