I've generated some RNA-seq data and have my list of DE genes between two groups and fold-changes (log2FC).
I'd like to be able to plot a summary heatmap of log2FC for this group comparison in a single bar similar to one in this figure
.
Would anyone happen to know ideas on how I could put together a ggplot script for this?
Thank you.
You can achieve something very similar using
geom_tile()
in ggplot.Produced plot: