Description Usage Arguments Value Examples
Get sample genes in specific KEGG pathway
1 | get_inputSampleKEGG_m(thisInputSampleKEGG, geneInOnePathwayDF)
|
thisInputSampleKEGG |
input sample with in KEGG gene ID |
geneInOnePathwayDF |
gene list in specific KEGG pathway |
sample genes in specific KEGG pathway
1 2 3 4 5 | data(inputSample)
inputSample<-as.data.frame(inputSample)
geneInOnePathwayDF<-getGeneInOnePathwayDF("mmu05160","mmu")
get_inputSampleKEGG_m(inputSample,geneInOnePathwayDF)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.