Description Usage Arguments Value Examples
Get the number of sample genes with KEGG gene ID
1 | get_n(inputSampleKEGG, allGeneInPathwayDF)
|
inputSampleKEGG |
input sample with in KEGG gene ID |
allGeneInPathwayDF |
all KEGG pathway ID and its gene list in KEGG gene ID format |
n: the number of sample genes with KEGG gene ID
1 2 3 4 5 | data(inputSample)
inputSample<-as.data.frame(inputSample)
allGeneInPathwayDF<-getAllGeneInPathwayDF("mmu")
print(n<-get_n(inputSample,allGeneInPathwayDF))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.