-
Notifications
You must be signed in to change notification settings - Fork 31
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
Hierarchical Clustering #81
Comments
Hi, My apologies for the delayed response, I messed up my github config and was not receiving notifications anymore. It is currently impossible to view the results of the clustering, though maybe it is possible to add that feature to the command eventually. Adelme |
Thanks, we already have trees based on traditional phylogeny. The presence/absence tree revealed some unique grouping that correlates to another categorical grouping of these strains and so was very interesting in itself as well as showing differential genes are present. The distance and strength of this association would be really amazing to have access to. |
Alright I see ! I guess it is something that could be added in the futur. What is done in this is basically compute jaccard similarities between vectors of presence absence of gene families for each genome, then make a dendrogram based on those similarities. The function that is used for this can actually output a plot, so having as optional additional output both the matrix and the tree of the clustering wouldn't be too difficult to obtain, I think. |
Hello, I'm also interested to get this tree, how is it possible? C. |
Hi Cécile, It seems to be possible to integrate dendrograms next to an heatmap ( https://plotly.com/python/dendrogram/ ) using Plot.ly so I will test if this could be added to PPanGGOLiN. Au plaisir :) |
Hi, Check out the updated tile plot documentation here: https://ppanggolin.readthedocs.io/en/latest/user/PangenomeAnalyses/pangenomeAnalyses.html#tile-plot |
Is it possible to view the hierarchical clustering tree that is created when the tile plots are made? It would be useful to see how some of the groups branched.
The text was updated successfully, but these errors were encountered: