Description Usage Arguments Value
View source: R/functions_single_cell.R
Generate rotation matrix / rotate a matrix
1 | rotate_matrix(object, angle, rotation = FALSE)
|
object |
matrix; matrix with two columns |
angle |
numeric; degrees to rotate the tSNE/UMAP/PCA embedding by |
rotation |
logical; if TRUE returns rotation matrix instead of the rotated matrix (default: FALSE) |
Rotated matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.