-
Notifications
You must be signed in to change notification settings - Fork 44
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
Possible community detection bug #277
Comments
|
Is this intended? I would expect 1 community. |
With |
That is a quite small (and short) dataset for applying community detection. However, it doesn't seem like a bug. Those sequences are more similar to each other than all the others, so they form a community of their own. I suppose they tend to stay together also with different values of |
I see. The longer the better. But how long? LPA? E. coli? Yeast? |
Hi @AndreaGuarracino,
when I am running the default pggb with DRB1-3123 I do get one graph component aka one community:
However, running the
partition-before-pggb
script, I get 2 communites:The text was updated successfully, but these errors were encountered: