Guillaume GAUTREAU
Guillaume GAUTREAU
Hi @seajane, Using Gephi, you can filter the nodes based on a particular query https://www.youtube.com/watch?v=0R86bJVxMrA So you can filter gene families belonging to some specific genomes. Just make sure to...
Here is the `NAMESPACE` file: ``` # Generated by roxygen2: do not edit by hand export(boxplotViewer) export(generateReport) export(importResults) export(kineticsViewer) export(profilesViewer) export(volcanoViewer) exportClasses(Results) exportMethods(export) exportMethods(names) exportMethods(plot) exportMethods(print) exportMethods(show) import(MASS) import(flowCore) import(ggalt)...
Hi both of you, This should not result in an endless computation. Could you share your dataset @eduardags12 to help replicate this issue? Thx.
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....