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