View source: R/methods-Signature.R
sigsVsProjection_n | R Documentation |
Evaluates the significance of each numeric signature vs. a single projections weights
sigsVsProjection_n(sigScores, randomSigData, normExpr, weights, cells = NULL)
sigScores |
numeric matrix of signature scores size is cells x signatures |
randomSigData |
A list with three 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 randomSigAssignments: named factor vector assigning signatures to random background groups obtained from calling generatePermutationNull |
normExpr |
NormData object used to generate random background sigs |
weights |
numeric matrix of dimension N_SAMPLES x N_SAMPLES |
cells |
list of cell names. Subsets anlysis to provided cells. If omitted, use all cells. |
list:
consistency: consistency scores
pvals: pvalues
emppvals: empirical pvalues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.