This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Converting p value to -log10(p value) to plot the graph

To plot the p value obtained from pathway analysis of RNA seq results, i am trying to convert p value to -log10(p value). But, i could not find any source to learn this. Can someone guide me how to calculate this? Thanks.

p value -log10(p value) rna-seq

2 answers

  1. Open excel, try -log10(cell with p-value)
  2. Open libreoffice calc, try -log10(cell with p-value)
  3. Open R, try -log10(p-value vector) @ lovely.molbio

Thanks a lot. So simple. I should have focused more during maths classes.

Log in to answer this question.