inertia_rows | R Documentation |
Calculates the contributing inertia of each row which is defined as sum of squares of pearson residuals and selects the rows with the largested inertias, e.g. 5,000.
inertia_rows(mat, top = 5000, ...)
mat |
A matrix with genes in rows and cells in columns. |
top |
Number of genes to select. |
... |
Further arguments for 'comp_std_residuals' |
Returns a matrix, which consists of the top variable rows of mat.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.