View source: R/analysis_functions.R
eigengene | R Documentation |
Computes basis vector with highest eigenvalue (i.e., first principal component, or axis of variation that explains the highest proportion of variance)
eigengene(
mat,
cells.are.rows = T,
do.scale = T,
align = T,
return.vector.only = T,
verbose = T
)
mat |
cell x gene expression matrix |
cells.are.rows |
Specify whether cells are in row of matrix. Default is T. |
do.scale |
scale data. Default is T. |
align |
Align basis vector with direction of expression. |
return.vector.only |
Logical specifying whether to return vector only. Default is True. |
verbose |
Print progress. Default is TRUE. |
eigengene vector
svd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.