dimension_reduction-matrix-method {cola} | R Documentation |
Visualize columns after dimension reduction
## S4 method for signature 'matrix' dimension_reduction(object, pch = 16, col = "black", cex = 1, main = "", method = c("PCA", "MDS", "t-SNE", "UMAP"), pc = 1:2, control = list(), scale_rows = TRUE, internal = FALSE, verbose = TRUE)
object |
A numeric matrix. |
method |
Which method to reduce the dimension of the data. |
pc |
Which two principle components to visualize |
control |
|
pch |
Ahape of points. |
col |
Color of points. |
cex |
Aize of points. |
main |
Title of the plot. |
scale_rows |
Whether perform scaling on matrix rows. |
internal |
Internally used. |
verbose |
Whether print messages. |
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
# There is no example NULL