-
Notifications
You must be signed in to change notification settings - Fork 66
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
Adjust gene position in plot according to orf #198
Comments
Here is what I mean: The genes in the first contig with the longet length do not match the orf position as some are elevated. The code i use:
|
Unfortunately, it is not possible to automatically have the genes match the position of the ORF when using "pile". Piling is run on each geom layer independently, so If you want all ORFs on the same line (as the genes), you can set
And if you know the
|
Thanks. What is "alternate" in the second example? |
It's that alternating counter that I added to |
ggggenomes allows to change position of orfs via
geom_feat(size = 3,position = "pile")
But how do I change the position of the genes in geom_gene() to make sure the ORF and genes allign?
position="pile" doesnt do the same thing.
The text was updated successfully, but these errors were encountered: