...
|
...
|
@@ -196,13 +196,14 @@ Estimates GSVA enrichment scores.
|
196
|
196
|
|
197
|
197
|
\details{
|
198
|
198
|
GSVA assesses the relative enrichment of gene sets across samples using
|
199
|
|
-a non-parametric approach. Conceptually, GSVA transforms a p-gene by n-sample
|
|
199
|
+a non-parametric approach. Conceptually, GSVA transforms a p-gene by n-sample
|
200
|
200
|
gene expression matrix into a g-geneset by n-sample pathway enrichment matrix.
|
201
|
201
|
This facilitates many forms of statistical analysis in the 'space' of pathways
|
202
|
202
|
rather than genes, providing a higher level of interpretability.
|
203
|
203
|
|
204
|
204
|
By default, \code{gsva()} will try to match the identifiers in \code{expr} to
|
205
|
|
-the identifiers in \code{gset.idx.list} just as they are, unless the \code{annotation} argument is set.
|
|
205
|
+the identifiers in \code{gset.idx.list} just as they are, unless the
|
|
206
|
+\code{annotation} argument is set.
|
206
|
207
|
|
207
|
208
|
The \code{gsva()} function first maps the identifiers in the gene sets in
|
208
|
209
|
\code{gset.idx.list} to the identifiers in the input expression data \code{expr}.
|
...
|
...
|
@@ -228,6 +229,9 @@ the relationships between the type of identifiers in \code{expr} and \code{gset.
|
228
|
229
|
The collection of gene sets resulting from the previous identifier matching,
|
229
|
230
|
can be further filtered to require a minimun and/or maximum size by using the
|
230
|
231
|
arguments \code{min.sz} and \code{max.sz}.
|
|
232
|
+
|
|
233
|
+If you use GSVA in your research, please cite also the corresponding method as
|
|
234
|
+described in the \code{method} parameter.
|
231
|
235
|
}
|
232
|
236
|
\value{
|
233
|
237
|
A gene-set by sample matrix (of \code{matrix} or \code{dgCMatrix} type,
|