Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strong impact of number of ADT PCs on WNN UMAP? #9482

Open
erflynn opened this issue Nov 14, 2024 · 0 comments
Open

Strong impact of number of ADT PCs on WNN UMAP? #9482

erflynn opened this issue Nov 14, 2024 · 0 comments

Comments

@erflynn
Copy link

erflynn commented Nov 14, 2024

I'm running WNN following the tutorial on a dataset of about 200,000 skin cells. I noticed that choice of number of ADT PCs has a huge impact on the UMAP -- the UMAP clearly looks better with more ADT PCs, despite the elbow plot indicating we should likely use fewer. I am using the same exact settings (30 RNA PCs) except the number of ADT PCs. Seurat version 4.3.0.
adt_pcs

wnn <- FindMultiModalNeighbors(
  wnn, reduction.list = list("pca", "apca"), 
  dims.list = list(1:30, 1:n_adt_pcs), modality.weight.name = "RNA.weight",
  prune.snn=1/20 # adjusted to avoid small clusters
)
wnn <-RunUMAP(wnn, nn.name = "weighted.nn", reduction.name = "wnn.umap", reduction.key = "wnnUMAP_")

Have you noticed this before? Is this expected behavior? What would you recommend doing to proceed?

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

No branches or pull requests

1 participant