Single Sample Gene Set Enrichment Analysis (ssGSEA) Scores
Source:R/3-stats-functions.R
colSsgsea.RdThis function computes an enrichment score
for each column vector in the input matrix x.
See the Details section below for further information.
Arguments
- x
a numerical matrix features-by-samples
- rows
(optional) numerical vector giving the rows in
xor character vector matching the row names inxto operate over. Ifmissingorrows = NULL, all the rows inxare considered for the computation of the measures- na.rm
logical, whether to remove
NAvalues fromxbefore computation- verbose
Gives information about each calculation step. Default:
TRUE.- ...
further arguments to the method-specific parameters object used in
gsva
Details
It is a wrapper to gsva
function.