Description Usage Arguments Value Examples
Download KEGG pathway files and mapping genes on pathway
1 | mappingOnSpecifiedKEGGPathway(plotPathID, inputSampleKEGG, inputSpecies)
|
plotPathID |
KEGG pathway ID |
inputSampleKEGG |
input formatted sample |
inputSpecies |
human, mouse, rat |
NA
1 2 3 4 5 6 7 | data(inputSample)
inputSample<-as.data.frame(inputSample)
head(inputSample)
## Not run:
mappingOnSpecifiedKEGGPathway("mmu05160",inputSample,"mouse")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.