This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How I can produce graphs like this

Hello every body,

Could you please tell me which R package can I use to produce graphs like this?

Thanks in advance.

enter image description here

https://ibb.co/fTZMAm

next-gen rna-seq

It is just a gene expression. I need to show the percentage of each gene in diffrerent group. each colour here represents a gene and the height of column represents the percentage of gene expression.

1 answer

If you have basic knowledge in R you can use ggplot2 to make good publication quality plots. Here is an excellent guide for ggplot2. HTH

Log in to answer this question.