detect_elements {mosbi} | R Documentation |
Finds the highest element in a list of bicluster objects.
detect_elements(bics, MARGIN = "row")
bics |
A list of bicluster objects. |
MARGIN |
Choose if the distance is computed over |
Return highest row or column index from a list of biclusters.
b <- list(bicluster(row=c(1,2,3,4), column=c(1,2,3,4)), bicluster(row=c(3,4,5,6), column=c(3,4,5,6))) detect_elements(b)