-
Notifications
You must be signed in to change notification settings - Fork 65
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
pangenome: tree, gene presence/absence with gggenome like representation #202
Comments
The easiest way is probably to use https://yulab-smu.top/pkgdocs/aplot.html. Check out section 4.2.2 Aligning plots with a tree. Does that help? |
OK, here's some code that I think goes into the direction that you are looking for, and obviously with room to make it prettier. That said, I think there some conceptual limitations here. All you are showing is relative to the picked reference genome, i.e. it does not show any genes that are not present in the reference and it does not account for rearrangements...
|
Hi, I want to a create pangenome plot for bacteriophages with phylogenetic tree (left side) + gene presence/absence (right side) + gggenome plot that has all ORFs/CDS (in top of presence/absence plot)
I have a tree in nwk format, gene_presence_absence.csv from roary/panaroo. All I need is to combine these with a gggenome like pangenome representation in top of gene_presence_absence matrix.
Lastly, thanks for this amaizing gggenomes tool, it benifited me highly.
The text was updated successfully, but these errors were encountered: