Cluster both rows and columns. Return the joint cluster membership.
biclusterMatrixFactorization(mxdfin, measureColumns, k = 2, verbose = FALSE)
a matrix with label identities; 0 indicates not in a cluster.
mydf = generateSubtyperData( 10 )
rbfnames = names(mydf)[grep("Random",names(mydf))]
mybic = biclusterMatrixFactorization( mydf, rbfnames, k = 2 )