View source: R/scoreSingleSamples.R
ssGSEA.normalize | R Documentation |
ssGSEA normalization (as implemented in GSVA (ssgsea.norm)) normalizes the individual scores based on ALL scores calculated across samples AND genesets. It does NOTE normalize the scores within each geneset independantly of the others.
ssGSEA.normalize(x, bounds = range(x))
x |
a |
bounds |
the maximum and minimum scores obvserved used to normalize against. |
This method is an internal utilit function and not exported on purpose
normalized numeric
vector of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.