Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add spatially variable genes task (#462)
* add spatially variable genes task * add file_output.ymal * add control method * add metrics * update file format * fix control method * add task info and generate readme * update example path * fix slot name * add preferred normalization * update input data path * add author info * fix path * update api * update path in script * add dataset processor and simple workflows * update path * Update readme * update path * Update api * Minor updates to scripts * Drop feature_name column and group by index feature_name * Update arguments * Fix workflow * Update test scripts * Update task readme * add moranI for spatially variable gene detection task * add SpatialDE * Add 10x visium dataset loader * add comment * add wip simulate svg * extend wf * update output options * add Sepal * Add example * Add initial 10x visium workflow * Add resource scripts for 10x visium * Remove gene name from method output * wip upgrade script * Add subsampling and processing * make script executable * set n_obs to 600 * add SPARK and SPARK-X * update api * update workflow and components * add nnSVG * update resource test script * rename resource test script * update resource script * rename .var columns * fix nnSVG * fix typo * add Spanve * add SOMDE * add SpaGFT * add SpaGCN * add scGCO * add scGCO * add BOOST-GP * fix BOOST-GP * add spatialDE2 * add GPcounts * update library.bib * add spot or gene filters * remove subsetting * update test resources * fix dataset id * update svg simulator * add feature id to .var in dataset * optionally output simulated dataset * sort svg method references * add info * fix .var slot * add doi * fix .var slot name * fix metric * fix positive control * fix methods * add feature id as index * add methods * compute svg for reference * update common dataset loader * minor fixes * select top variable genes as reference for simulation * update test value * update dataset processor to select reference genes * Add info * use k 50 for test resource generation * update test value * fix output file destination * update dataset description * add spatial_10x_xenium.sh * fix import error in GPcounts * update GPcounts to all genes * update spatialDE2 config * Using normalized data in Sepal * update SpaGFT to use normalized data * rename component * add filters * fix command * rename components to match funcionality name * minor fix * update benchmark workflow * minor fix * update component name * add slideseq v2 datasets * update dataset url * minor updates * add metadata * add DBiT-seq datasets * update DBiT-seq and slideseq v2 datasets * add MERFISH datasets * add data loader for DBiT-seq * add loaders for MERFISH datasets * add slide-tags datasets * add stereo-seq datasets * add STARmap datasets * add seqFISH dataset * add visium and xenium dataset references * add dataset reference * minor fix * update docker setup * minor updates * update test value * add dataset reference to .uns slot * update docker setup * add dataset reference * add dataset references * create single component for all datasets from zenodo * update dataset loader and processor for slide tags datasets * add feature name to .var * use feature name as var names when feature id not available * use feature name instead of feature id * add resource scripts * add feature name to .var * revert back to using feature id * add datasets * update nextflow directives * update .var slots * update input arguments * fix typo * change to hightime * update readme * add negative control * update test default * fix column name * add time label veryhightime * add negative control * revert back to label hightime * update time labels * add veryhightime label to test * minor updates * check if matrix is sparse before converting to dense matrix * minor updates * minor update * Add task description * update metric description * get author info * add doi to the preprint and update list of authors * add protocol to dataset name * add two 10x visium datasets * update datasets * update simulate script * update simulation script * rename gene id to feature id * update api * update dataset id * include boostgp * minor fix * update api and task readme * update dataset resource * update scripts for data resource * update normalization function to allow None as a parameter * update resource scripts * update parameters for each dataset * update parameter for sepal * add arguments * fix random seed for simulation * add coord_type and max_neighs arguments * update arguments * fix workflow * update intro * update links * update task info * update dataset ids and dataset loader scripts * rename dataset loader --------- Co-authored-by: lzj1769 <[email protected]> Co-authored-by: Robrecht Cannoodt <[email protected]> Former-commit-id: f02ba12
- Loading branch information