greedycut.filter.matrix {RnBeads} | R Documentation |
Performs all iterations of the Greedycut algorithm for removing rows and columns from the given matrix.
greedycut.filter.matrix(mm, rows2ignore = integer(), rc.ties = "row")
mm |
Numeric matrix to filter. |
rows2ignore |
|
rc.ties |
Flag indicating what the behaviour of the algorithm should be in case of ties between values of
rows and columns. The value of this parameter must be one of |
Table summarizing the iterations of the algorithm in the form of a data.frame
with the following
columns : Index, Type, Score, Normalized score, Rows, Columns.
Yassen Assenov
greedycut.get.submatrix
for extracting the resulting matrix after filtering