Description Usage Arguments Value Examples
This function integrates signatures represented as columns in the input matrix using self-weighting average
1 | integrateSignatures(signature, score = 1)
|
signature |
Numeric matrix containing the signatures as z-scores or NES, genes in rows and signatures in columns |
score |
Number indicating the exponent score for the weight |
Vector containing the integrated signatures
1 2 3 4 5 | data(bcellViper, package="bcellViper")
sig <- bootstrapTtest(dset, "description", "CB", "N", per=100)
isig <- integrateSignatures(sig)
plot(density(sig))
lines(density(isig, adj=1.5), col="red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.