Hiya, new here,
Im trying to decide how to visualise Deseq2 results. I want to plot the relationship between Log2 Fold change in expression against Base mean and/or gene length. I have the data for these parameters. Is there a cool graph type on ggplot that is purpose built for this kind of thing?
many thanks!
Are you looking for something like MAplot (log2fold vs normalized counts)?
And, I can't figure out why are you interested in plotting log2fold vs gene length, but probably are you looking for a corplot?
Note that EnhancedVolcano can make both the mentioned MA plots and volcano plots.
If thats what you want to plot just put Log2 fold change on one axis and your other variable on the other axis and use
geom_point()
to visualize the correlation.