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

problem with runSSN #6

Open
chrismahony opened this issue Apr 17, 2023 · 1 comment
Open

problem with runSSN #6

chrismahony opened this issue Apr 17, 2023 · 1 comment

Comments

@chrismahony
Copy link

Hi

When I run:

so.gene <- runSSN(object = obj, features = unique(c(features_hvg, features_dev)), scale_free = T,
robust_pca = F, data_type = "pearson", reprocess_sct = T, slot = c("scale"), batch_feature = NULL,
pca_var_explained = 0.9, optimize_resolution = T, target_purity = 0.8, step_size = 0.05, n_workers = parallel::detectCores(),
verbose = F)

I get:

Error in self$geom$rename_size && "size" %in% names(plot$mapping) :
invalid 'x' type in 'x && y'

If you could help, I would really appreciate it, thanks
Chris

@NMikolajewicz
Copy link
Owner

It's difficult to troubleshoot this error without seeing what dataset you were using... Are you able to share a downsampled version the dataset (or dropbox/google drive link) to my email ([email protected]) so that I can see where the issues arise? Alternatively, if you rerun the function with verbose = T, at which step do you encounter the error?

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

2 participants