Description Usage Arguments Details Value Examples
Visualize samples (the matrix columns) after dimension reduction
1 2 3 4 5 6 7 |
object |
A |
k |
Number of subgroups. |
top_n |
Top n rows to use. By default it uses all rows in the original matrix. |
method |
Which method to reduce the dimension of the data. |
control |
A list of parameters for |
internal |
Internally used. |
nr |
If number of matrix rows is larger than this value, random |
p_cutoff |
Cutoff of p-value of class label prediction. Data points with values higher than it will be mapped with cross symbols. |
remove |
Whether to remove columns which have high p-values than the cutoff. |
scale_rows |
Whether to perform scaling on matrix rows. |
verbose |
Whether print messages. |
... |
Other arguments. |
This function is basically very similar as dimension_reduction,ConsensusPartition-method
.
No value is returned.
1 2 3 | data(golub_cola_ds)
dimension_reduction(golub_cola_ds, k = 2)
dimension_reduction(golub_cola_ds, k = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.