Description Usage Arguments Value Examples
signaturePCA
performs principal component analysis on
the given data matrix and gene-signature and returns the results as an object
of class prcomp
.
1 |
data |
Gene expression matrix where rownames correspond to unique gene
identifiers in |
signature |
character vector with the signature's gene identifiers. |
center |
a logical value indicating whether the variables should be
shifted to be zero centered. See |
scale |
a logical value indicating whether the variables should be
scaled to have unit variance before the analysis takes place. See
|
... |
arguments passed to |
A list with class prcomp
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.