Closed PSSUN closed 2 years ago
Hi, sorry for the late response! These warnings don't affect the deconvolution results. Please ignore them. In the next version, we will increase the number of iterations by default to avoid these warnings. Thanks!
Thanks
Hi,
When I try to run fellow demo https://stridespatial.readthedocs.io/en/latest/tutorials/Human_heart.html
In Step 1 Deconvolve the cell-type composition of ST data, I used command as the demo:
STRIDE deconvolve --sc-count Data/Human_heart_scRNA_gene_count.h5 \ --sc-celltype Data/Human_heart_scRNA_celltype_curated.txt \ --gene-use Data/Human_heart_scRNA_markers.txt \ --st-count Data/Human_heart_ST_gene_count.h5 \ --outdir Result/STRIDE --outprefix Human_heart --normalize
I used data in STRIDE/test, and I can see the such output in the terminal:
When I run
STRIDE deconvolve --help
, I didn't find any parameters to increase the number of passes or iterations. Is there anything I missed? Please let me know, thx!