getQUBIC2biclusters {mosbi} | R Documentation |
Extract biclusters from a QUBIC2 "*.blocks" file. Row and column names are not added to the bicluster objects.
getQUBIC2biclusters(filename, transposed = FALSE)
filename |
Path to the QUBIC2 results file. |
transposed |
Set to TRUE, if the biclustering was performed on a tranposed matrix. |
A list of validated bicluster
objects (See validate_bicluster
).
a <- "PathToQUBIC2output.txt" # Not run: getQUBIC2biclusters(a)