greedycut.get.submatrix {RnBeads} | R Documentation |
Filters a data matrix executing the given number of iterations of Greedycut.
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