get_n: Get the number of sample genes with KEGG gene ID

Description Usage Arguments Value Examples

Description

Get the number of sample genes with KEGG gene ID

Usage

1
get_n(inputSampleKEGG, allGeneInPathwayDF)

Arguments

inputSampleKEGG

input sample with in KEGG gene ID

allGeneInPathwayDF

all KEGG pathway ID and its gene list in KEGG gene ID format

Value

n: the number of sample genes with KEGG gene ID

Examples

1
2
3
4
5
data(inputSample)
inputSample<-as.data.frame(inputSample)

allGeneInPathwayDF<-getAllGeneInPathwayDF("mmu")
print(n<-get_n(inputSample,allGeneInPathwayDF))

ppdragondw/Key2Enrich documentation built on May 29, 2019, 7:39 a.m.