hello everyone, I am running DESeq2 step for my RNAseq analysis in R, I have extracted the Differentially expressed genes with padj<0.01. There are total 46 DEGs with padj<0.01. Now I would like to plot top 10 or 15 DEGs in the same plot. Can anyone suggest me the type of plot and the way to do the plot. I tried ggplot in few different ways but I kept getting different errors all the time. So please If yany one can show me the correct way of showing the top 10 genes expressed differentially in between different ages (Condition in coldata) shown below.
My output (5 rows out of 46):
              baseMean         log2FoldChange     lfcSE        stat        pvalue       padj
LOC101702367  173.1315            -5.35793     0.618876      -8.65751    4.82171e-18   8.72344e-14
Kif20b         35.6792            - 4.08212    0.563018      -7.25043   4.15444e-13   3.75811e-09
Kif11          49.8418            -2.67824     0.373186      -7.17668   7.14258e-13   4.30745e-09
Mki67         264.7270            -6.20142     0.888265      -6.98150   2.92050e-12   1.32094e-08
Rrm2           33.7083             -5.43636    0.796027      -6.82937   8.52909e-12   3.08617e-08
And my coldata: I would like to plot DEGs for "condition" in all the tissue types
                  condition tissue
SRR306394        NB    Liver
SRR306395      four     Liver
SRR306396    twenty   Liver
SRR306397        NB    Kidney
SRR306398      four     Kidney
SRR306399    twenty   Kidney
SRR306400        NB    Brain
SRR306401      four     Brain
SRR306402    twenty   Brain
Thank you for your time.

What information are you trying to get across with the plot?
seconding that plus:
Which errors did you get? What did you try?
It gave me didfferent errors all the time with the same code later I realised it all started after I installed Rtools 40. I could neither run any of the existing package nor install new package including ggplot or heatmap and everytime it gave me different types of errors. But as of now I have reinstalled R version 4.