Hi everybody,
I have data of ten strains, which are filtered with different methods (one following the other). The goal of the visualisation is to show the amounts of filtering per method in one figure. The first thing that comes to mind is a 10-level donut chart (I don't know how yet). Are there any better options than this?
The workflow:
Total fastq -> method 1 -> method 2 -> method 3
The data structure:
Strain Total Method 1 Method 2 Method 3
RHS 100% 80 % 6% 12%
EL 100% 73% 7% 20%
So basically two questions:
- How can I make a 10-level donut chart in R?
- Are there better options? How?