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

Weird error when working with a lot of cells #15

Open
jgarces02 opened this issue Oct 14, 2020 · 0 comments
Open

Weird error when working with a lot of cells #15

jgarces02 opened this issue Oct 14, 2020 · 0 comments

Comments

@jgarces02
Copy link

Hi there,

Thanks for this useful package. I'm running it with a total of 1,5 millions of cells considering only 10 features and I'm getting this weird error, together with a (also very weird) PCA:

Run Rphenograph starts:
  -Input data of 1500000 rows and 10 columns
  -k is set to 15
  Finding nearest neighbors...DONE ~ 1236.863 s
  Compute jaccard coefficient between nearest-neighbor sets...DONE ~ 110.193 s
  Build undirected graph from the weighted links...DONE ~ 110.629 s
  Run louvain clustering on the graph ...DONE ~ 135.736 s
Run Rphenograph DONE, totally takes 1593.421s.
  Return a community class
  -Modularity value: 0.8961815
  -Number of clusters: 31Warning messages:
1: In recycleSingleBracketReplacementValue(value, x, i) :
  number of values supplied is not a sub-multiple of the number of values to be replaced

image

I tried to repeat the clustering with less cells (a total of 15.000) and none warning is appearing and the PCA is correctly colored (apparently)...

image

...maybe this could be a bug when working with so much cells? Thanks a lot for your help!

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