Description Usage Arguments Value Examples
calculate the functional associations between a single gene and a training gene set stored in trList.
1 | cal_uniConSig(trList, preCal = preCal.data)
|
trList |
A vector containing all the training gene ids. |
preCal |
Default using a small subset of the whole pre-calculation file. To do full calculation, see the examples |
A matrix with 3 columns: gene ID, gene Name, and uniConSig score
1 2 3 4 5 6 7 8 | #For customized training list:
trList.call<-1:10 #read customized training list
result<-cal_uniConSig(trList.call) #calculate uniConSig
#To do full calculation:
#preCal.local<-get_data_uniConSigPreCal()
#load(preCal.local)
#result<-cal_uniConSig(trList.call,preCal=preCal.data.all)
#head(result) #examine the result
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.