Introduction The following are the codes for GO and KEGG enrichment. Code exmaple library(clusterProfiler) library(enrichplot) library(tidyverse) library(magrittr) library(data.table) library(org.Hs.eg.db) setwd(“/home/hxzk/project/XXX/KEGG/”)
Introduction The following are the codes for drawing a volcano plot with ggplot2 Code exmaple #Load package and read file