View source: R/methods-Signature.R
sigConsistencyScores | R Documentation |
Evaluates the significance of each signature in each cluster
sigConsistencyScores(weights, sigScoresData, metaData, randomSigData, normExpr)
weights |
output of computeKNNWeights |
sigScoresData |
numeric matrix of signature scores size is cells x signatures |
metaData |
data.frame of meta-data for cells |
randomSigData |
A list with two items: randomSigs: a list of signature score matrices. Each list item represents permutation signatures generated for a specific size/balance, and is a numeric matrix of size cells X signatures sigAssignments: named factor vector assigning signatures to random background groups |
normExpr |
NormData object used to generate random background sigs |
list:
sigProbMatrix: the vector of consistency z-scores
pVals: pvalues for the scores
emp_pVals: pvalues for the scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.