View source: R/methods-Signature.R
sigsVsProjection_pcn | R Documentation |
Evaluates the significance of each meta data numeric signature vs. a single projections weights
sigsVsProjection_pcn(metaData, weights, cells = NULL, computePval = TRUE)
metaData |
data.frame of meta-data for cells |
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. |
computePval |
bool whether to compute p-values. Set to FALSE to save computation time for large numbers of numeric signatures. If set to FALSE, all p-values are reported as 1.0 |
list:
consistency: consistency scores
pvals: pvalues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.