dimension_reduction-HierarchicalPartition-method | R Documentation |
Visualize columns after dimension reduction
## S4 method for signature 'HierarchicalPartition'
dimension_reduction(object, merge_node = merge_node_param(),
parent_node, top_n = NULL, top_value_method = object@list[[1]]@top_value_method,
method = c("PCA", "MDS", "t-SNE", "UMAP"), color_by = NULL,
scale_rows = object@list[[1]]@scale_rows, verbose = TRUE, ...)
object |
A |
merge_node |
Parameters to merge sub-dendrograms, see |
top_n |
Top n rows to use. By default it uses all rows in the original matrix. |
top_value_method |
Which top-value method to use. |
parent_node |
Parent node. If it is set, the function call is identical to |
method |
Which method to reduce the dimension of the data. |
color_by |
If annotation table is set, an annotation name can be set here. |
scale_rows |
Whether to perform scaling on matrix rows. |
verbose |
Whether print messages. |
... |
Other arguments passed to |
The class IDs are extract at depth
.
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola_rh)
dimension_reduction(golub_cola_rh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.