mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 08:38:12 +08:00
feat: diffexp returns two genesets (#2230)
* feat: return two lists for diffexp (#2221) * sp * split out derive sort order, tests passing * sp * return diff exp results in two lists * update * copy implementation over to desktop * add tests for two lists * small fixes to complete backend implementation * accept new diffexp response * map diff exp response to genesets * delete ) * name diffexp genesets with population names * take constants out of state and allow width prop to override * shorten mini-histo properly truncate and resize depending on expansion * prepend new genesets * rename data within diffexp action * backend * move diffexp ttest to common code module, update tests * update for unit tests * reference actual var Co-authored-by: Madison Dunitz <madison.dunitz@chanzuckerberg.com> Co-authored-by: Madison Dunitz <dunitzm@gmail.com>
This commit is contained in:
co-authored by
Madison Dunitz
Madison Dunitz
parent
7ed53c0f5b
commit
28b526b3fc
@@ -4,7 +4,7 @@ import random
|
||||
import time
|
||||
import numpy as np
|
||||
|
||||
import backend.server.compute.diffexp_generic as diffexp_generic
|
||||
import backend.common.compute.diffexp_generic as diffexp_generic
|
||||
|
||||
from backend.server.common.config.app_config import AppConfig
|
||||
from backend.server.data_common.matrix_loader import MatrixDataLoader
|
||||
|
||||
Reference in New Issue
Block a user