cal_conceptWeight: calculate concept weight

Description Usage Arguments Value Examples

Description

analyze two gene sets(one training, one concept), return the number of intersected and united genes

Usage

1
cal_conceptWeight(conceptVec, trList)

Arguments

conceptVec

A vector containing only the element ids of a concept

trList

A vector containing all the training gene ids.

Value

"numberOfIntersection_numberOfUnion"

Examples

1
2
3
tmp.conceptVec<-1:10
trList.call<-4:12
tmp.data<-cal_conceptWeight(tmp.conceptVec,trList.call) #split the number of intersection/union.

wangxlab/uniConSigPreCal documentation built on May 23, 2019, 9:31 a.m.