powered by
Input the number of the interested pathway in KEGG Database and genes you interested in, such as differentially expressed genes.
viewpathway(pathwayID, DEGs)
The number of interested pathway ID in KEGG Database, such as "hsa05210".
The genes you interested in, such as differentially expressed genes.
The interface link to KEGG Database to visualize the pathway you input.
The "DEGs" must be Entrez ID. If not, please translate them into Entrez ID.
DEGs<-c(836,842,5594,595); DEG<-as.data.frame(DEGs); pathwayID<-"hsa05210"; viewpathway(pathwayID,DEG);
Run the code above in your browser using DataLab