mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 03:18:12 +08:00
request 10 genes for diffexp
This commit is contained in:
@@ -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`, {
|
||||
|
||||
Reference in New Issue
Block a user