We have extracted RNA from our fungal strain, growing in three different carbon source growth conditions. We have received the RNA-Seq data and have carried out different gene expression analysis (DESeq) between either two of the growth conditions.
Now we are interested in the absolute gene expression levels across all the growth conditions apart from DESeq.
I have the raw hit-counts files ready in a table, first column is gene ID, 2-10 columns are the three replicates of condition 1, condition2 and condition3, respectively.
The next step would be normalization of the read counts and generate the absolute gene expression levels. However, I have limited knowledge of R, in this case, can I do it manually or have to use R to do that? Is there any package (including normalization) I can use? How can I generate a table or even a plot such as heatmap of the top 10 genes?
Thank you very much. Any hint or guide will be very much appreciated.