Skip to content

Fixing PCA inconsistencies in plotting. - #20

Merged
mehdijoodaki merged 1 commit into
mainfrom
PCA_bug_fix
Aug 6, 2026
Merged

Fixing PCA inconsistencies in plotting.#20
mehdijoodaki merged 1 commit into
mainfrom
PCA_bug_fix

Conversation

@grasshoffm

Copy link
Copy Markdown
Contributor

In the original implementation, the select_best_sil and clustering_emd would calculate a standard PCA on the EMD matrix if the number of columns was >50. This is standard scanpy behavior. Now, the PCA is either not calculated, specifically calculated or calculated conditionally as before.

In the original implementation, the select_best_sil and clustering_emd would calculate a standard PCA on the EMD matrix if the number of columns was >50. This is standard scanpy behavior.
Now, the PCA is either not calculated, specifically calculated or calculated conditionally as before.
@mehdijoodaki
mehdijoodaki merged commit e6347ee into main Aug 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants