Description Usage Arguments Value Examples
transfer the uniConSig result to function "weightedKS_ofCSEA()"
1 | CSEA(result.uniConSig, posList, nPermu = 1000)
|
result.uniConSig |
The result generated by "cal_uniConSig" |
posList |
A list of list containing pathways of genes. Each sublist is a pathway (or a concept), containing Entrez gene IDs |
nPermu |
The number of permutations. Default 1000. Note that this number should be consistent with pre-calculated permutation list. |
A table of 3 columns, "pathway names","NES","pValue"
1 2 3 4 5 6 7 | ##For a training list, starting from uniConSig:
trList.call<-1:100
result<-cal_uniConSig(trList.call)
pathway.my<-list()
pathway.my[[1]]<-1:10
pathway.my[[2]]<-5:15
result.csea<-CSEA(result,pathway.my)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.