Description Usage Arguments Value Examples
analyze two gene sets(one training, one concept), return the number of intersected and united genes
1 | cal_conceptWeight(conceptVec, trList)
|
conceptVec |
A vector containing only the element ids of a concept |
trList |
A vector containing all the training gene ids. |
"numberOfIntersection_numberOfUnion"
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.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.