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

No error when running but does not appear to be converging. #17

Open
wmorgans opened this issue Sep 11, 2023 · 0 comments
Open

No error when running but does not appear to be converging. #17

wmorgans opened this issue Sep 11, 2023 · 0 comments

Comments

@wmorgans
Copy link

wmorgans commented Sep 11, 2023

Hi,

I am currently trying to run scAI. There are no runtime errors (or warnings which would indicate what is happening) but the learned matrix H (from [email protected]) and W contain only very small values. It looks like the method might not be converging.

scAI_outs <- create_scAIobject(raw.data = list(seurat_obj@assays$rna@counts, seurat_obj@assays$atac@counts), do.sparse = T) 
scAI_outs <- preprocessing(scAI_outs, assay = NULL)
scAI.fit <- run_scAI(sc_AI_obj, K = 20, nrun = 1, do.fast = T)

Please let me know if you can see an error in the code I've provided or you have an idea what the issue is.

Best,
Will

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