Relative abundance from comp_barplot showed 10 instead of 1 #179
limkahkheng
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, when you set a custom x axis variable, you need to ensure (using your faceting strategy) that there will only be one sample per bar. So I guess you have 10 samples within each Volume and Site combination, so you are expecting 80 samples? You'll need to add another variable to the facet_wrap, or try facet_grid maybe. Howver, if you do only expect 8 samples, then it would be a different problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm a beginner of this coding.
I tried to run the code as outlined in the tutorial in this link: . However, I don't know why the y-axis of the Relative abundance is 10.0 instead of 1.0. Anyone experienced the same problem?
Here is my code, mifish_chord is a phyloseq object:
Beta Was this translation helpful? Give feedback.
All reactions