gsva {GSVA} R Documentation

Gene Set Variation Analysis for microarray and RNA-seq data

Description


Gene Set Variation Analysis (GSVA) is a non-parametric, unsupervised
method for estimating variation of gene set enrichment through the
samples of a expression data set. GSVA performs a change in coordinate
systems, transforming the data from a gene by sample matrix to a gene-set
by sample matrix, thereby allowing the evaluation of pathway enrichment
for each sample. This new matrix of GSVA enrichment scores facilitates
applying standard analytical methods like functional enrichment,
survival analysis, clustering, CNV-pathway analysis or cross-tissue
pathway analysis, in a pathway-centric manner.

main function of the package which estimates activity
scores For Each given gene-Set

Usage

gsva(expr, geneSet,
    env = NULL);

Arguments

expr

A raw gene expression data matrix object

geneSet

A gsea enrichment Background model

env

[as Environment]

Details

Hänzelmann S., Castelo R. and Guinney J. GSVA: gene set variation analysis for microarray and RNA-Seq data. BMC Bioinformatics, 14:7, 2013.

Authors

gseakit

Value

this function returns data object of type Matrix.

clr value class

Examples


[Package GSVA version 1.0.0.0 Index]