Nanostring-Biostats / SpatialDecon

The SpatialDecon library implements the SpatialDecon algorithm for mixed cell deconvolution in spatial gene expression datasets. (This algorithm also works in bulk expression profiling data.)
MIT License
33 stars 8 forks source link

rescale cell profile matrices #7

Closed patrickjdanaher closed 3 years ago

patrickjdanaher commented 3 years ago

A cell profile matrix with an excessively low scale, e.g. with max values of 1e-3, can produce convergence failures. Add an up-front step to rescale cell profile matrices to the same expression level used by safeTME.

patrickjdanaher commented 3 years ago

done.