i need to make this kind of graph in ggplot() but i'm not sure how to go about it.
i have a dataframe with the the experimental and control conditions in a single column, and the values for each condition in their own columns (C0, C1).
https://i.stack.imgur.com/c7rrP.jpg
i was thinking of using geom_bar() or facet(). i can't use stat_summary() because i'm using raw numbers as opposed to mean doing stats on values. i'm also not sure if moving the data around on the dataframe would help to graph it easier.