get_signatures-DownSamplingConsensusPartition-method {cola} | R Documentation |
Get signature rows
## S4 method for signature 'DownSamplingConsensusPartition' get_signatures(object, k, p_cutoff = 1, ...)
object |
A |
k |
Number of subgroups. |
p_cutoff |
Cutoff for p-values of class label prediction. Samples with values higher than it are not used for finding signature rows. |
... |
Other arguments passed to |
This function is very similar as get_signatures,ConsensusPartition-method
.
data(golub_cola_ds) get_signatures(golub_cola_ds, k = 2) get_signatures(golub_cola_ds, k = 3)