-
Notifications
You must be signed in to change notification settings - Fork 20
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
Reference database followed by assigning - inconsistent clusters #50
Comments
Strangely if I use
|
(This is in GAS: https://www.nature.com/articles/s41588-019-0417-8) |
Actual assigned clusters are identical however. Is the warning message wrong? |
I think that it is possible, once cliques have been pruned, that connected components in the old graph to no longer be connected due to the edge removal. I will check with this example. A sensible fix would be to add in the minimal number of edges to reconnect them (just need to check this wouldn't interfere with clique selection if using |
OK, that makes sense – we can’t use any particularly simple method of linking them though, which might create artificial cliques, we can only use links that were already present in the original network, I think?
From: John Lees <[email protected]>
Reply to: johnlees/PopPUNK <[email protected]>
Date: Friday, 23 August 2019 at 16:31
To: johnlees/PopPUNK <[email protected]>
Cc: Subscribed <[email protected]>
Subject: Re: [johnlees/PopPUNK] Reference database followed by assigning - inconsistent clusters (#50)
I think that it is possible, once cliques have been pruned, that connected components in the old graph to no longer be connected due to the edge removal. I will check with this example. A sensible fix would be to add in the minimal number of edges to reconnect them (just need to check this wouldn't interfere with clique selection if using --update-db)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#50>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AD6PWQ6M6SQMVQ6KCPFB253QF77FZANCNFSM4IOO3RPQ>.
|
(the top 6 nodes contain cliques, but if 19944_8_129 isn't picked as the representative it will split up into two components which I think is what happened before. There might be a way of doing this which is cleverer about clique picks and can prune further than this, but I think this is a reasonable solution that doesn't increase size too much more) |
Remove the boundary code from the package
Running with
--use-model
, followed by--assign-query
gave the following errors:etc etc
Looking at cluster 9, the definition in the pruned network and the original cluster file are not consistent:
I thought this was fixed in #28 / #29, but I seem to still get this kind of error with the current code. Using
--full-db
everything is fine.Look into:
The text was updated successfully, but these errors were encountered: