enrichplot
enrichplot copied to clipboard
How am I supposed to tell the function heatplot() the p-values?
According to the documentation the pvalue argument is the p-values of the genes. I guess this is a vector??
I tried GO_result@result$pvalue , where GO_result is the output of the function enrichGO(), but nothing happened.
Some help will be appreciated