SAUCIE icon indicating copy to clipboard operation
SAUCIE copied to clipboard

Uninteresting results - additional parameters?

Open lynnyi opened this issue 6 years ago • 1 comments

I ran the default python SAUCIE.py (default settings) on two datasets (with clustering and batch correction), which gave only "0.0" cluster annotation for all cells. The SAUCIE embedding was just a linear embedding of all the cells (pretty much on the y=x line). Are there additional parameters that must be tuned, i.e. the lambdas? What are they?

lynnyi avatar Oct 16 '18 00:10 lynnyi

Hmm that could have a couple of different causes, but I think the range of the data is still the most likely culprit. What are the smallest and largest values in your cells(rows) x markers(columns) matrix? After log scaling, hopefully there are no numbers larger than 10-20?

The lambdas will affect the number of clusters identified, but if the embedding is close to the y=x line, that is more likely to come from data being outside of the [-10,10] range.

mattamodio avatar Oct 16 '18 03:10 mattamodio