You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: