Description Usage Arguments Details References Examples
The implementation of XCos
1 2 | XCosScore(refMatrix, query, topN = 500, permuteNum = 10000,
pAdjMethod = "BH", mcCore = 1)
|
refMatrix |
A matrix |
query |
A numeric vector with names. |
topN |
number of genes in top and bottom of reference gene list |
permuteNum |
number of perturbation time for computing pValue |
pAdjMethod |
method to use for computing adjudted-pValue |
mcCore |
the number of core to use for parallel computing |
'XCosScore()' returns a data.frame, each row of which contains score, pValue and adjusted-pValue for one sample in the refMatrix.
"Cheng J et al. Genome medicine, 2014, 6(12): 95".
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.