Hi all I am very new to R and bioinformatics, I have performed gene ontology analysis using DAVID on a set of differentially expressed genes. I wanted to construct a barplot in R which shows the Log10P values on one axis with their respective go terms. I am new to R, so I am not very familiar with plotting using ggplot2. I have a dataset that has the following columns: Category - Biological Process, Cellular Component, or Molecular Function, terms - GO terms associated, Number of genes -contains the count of genes associated with the respective GO terms, Log p-value.