Description Usage Arguments Value Author(s)
Filters a data matrix executing the given number of iterations of Greedycut.
1 2 3 4 5 | greedycut.get.submatrix(
mm,
filter.info,
it.num = nrow(filter.info) - as.integer(1)
)
|
mm |
Data |
filter.info |
Information on the filtering iterations as a |
it.num |
Number of iterations to execute. Defaults to all iterations. |
Data matrix containing subsets of the rows and columns of mm
.
Yassen Assenov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.