Nested Bubble Plots
1
0
Entering edit mode
5.4 years ago
ladypurrsia ▴ 60

Dear community members:

I ran into this image from a paper (Vieira et al., 2016: Species Specificity of Bacteria Associated to the Brown Seaweeds Lobophora (Dictyotales, Phaeophyceae) and Their Potential for Induction of Rapid Coral Bleaching in Acropora muricata); it's Figure 3 and I put it in this link:

Bubbles

I wanted to see if I could re-create this image but w/ my data. After searching for a while, I am unable to find a tutorial or even how to begin to do this in R. As you can see it's a type of bubble plot, but it extends from phylum to class to order showing the relative abundances (%) for each classification.

Could someone direct me into the right direction?

So many thanks!

bubble plots taxonomy • 2.5k views
ADD COMMENT
0
Entering edit mode

Hi,

I am trying to recreate something like this for my data . I know its been 3.2 years that you have posted this query. So, I am still wondering if you have found the solution to this. If so , then pls kindly share it with me. I am struggling with the same query and confusion .

Thanks alot

ADD REPLY
1
Entering edit mode
5.4 years ago

It looks like ggplot2 with geom_point(), scale_size(), and geom_text_repel(). Take a look Here under the heading 'Align labels on the left or right edge'. Of course, the methods in the paper where you have seen this figure should b absolutely clear and state exactly how they produced this plot.

ADD COMMENT
0
Entering edit mode

Thank you, Kevin. At least you suggested a starting point. I can probably build from here.

Yes - first thing I did was read the methods section of the paper - zero mention of that graph. If they had mentioned at least something about it - I would not have posted!!

ADD REPLY
0
Entering edit mode

Shame about that. Journal editors and reviewers should start to demand to have clear bioinformatics methods in publications. I only recognised the possible functions involved because I had recently produced a similar plot myself, as part of a Bioconductor package that I'm developing:

j

ADD REPLY

Login before adding your answer.

Traffic: 2594 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6