se_pca_plot | R Documentation |
Run PCA and return a plot
se_pca_plot(object, ntop = 500, aes_point, aes_label, print_plot = TRUE)
object |
|
ntop |
use this many variable genes |
aes_point |
a call to |
aes_label |
a call to |
print_plot |
|
list with elements pca_dat
, containing colData
plus PC1, PC2, pca
output of prcomp
and plot
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.