Releases: openproblems-bio/task_spatial_simulators
Releases · openproblems-bio/task_spatial_simulators
task_spatial_simulators 0.1.0
First release of the spatial simulator benchmark.
Core task documentation and API:
- Component types: Process Dataset, Method, Metric
- File formats: Single-Cell Dataset, Spatial Dataset, Solution, Score
Dataset processing components for fetching datasets from the SpatialSimBench figshare:
- Source: https://figshare.com/articles/dataset/SpatialSimBench_dataset/26054188
- Transforms the h5ads into standardised components
Simulation methods under src/methods/:
scdesign2scdesign3_nbscdesign3_poissonsparsimsplattersrtsimsynsimzinbwave
Control methods under src/control_methods/:
negative_normalnegative_shufflepositive
Metrics under src/metrics/:
ks_statistic_gene_cellks_statistic_sc_features/
Documentation:
- Check the
README.mdandINSTRUCTIONS.mdfor how to use and extend the benchmark.