hms-dbmi-cellenics / issues

This repository is used to report and track issues
1 stars 0 forks source link

[Bug] Inconsistency in default dimensionality reduction name in Seurat object upon rds download #89

Closed saracastel closed 5 months ago

saracastel commented 8 months ago

Background Upon downloading the .rds file that contains the Seurat object, it has been observed that the default dimensionality reduction name (SeuratObject::DefaultDimReduc(scdata)) is invariably set to "umap" even in instances where t-SNE has been applied. The embeddings are correct, as verified by plotting the t-SNE in RStudio, which mirror what you see on the platform.

Goals