Function that returns which column labels are part of the pattern derived from the biclusters. Additionally, a biclustmember plot and a general barplot of the column labels (retrieved from the biclusters) can be drawn.
matrix: Accompanying data matrix which was used to obtain result.
plots: Which plots to draw:
Barplot of number of appearances of column labels in bicluster results.
Biclustmember plot of BC results (see biclustmember).
plot.type: Output Type
"device": All plots are outputted to new R graphics devices (default).
"file": All plots are saved in external files. Plots are joint together in a single .pdf file.
"other": All plots are outputted to the current graphics device, but will overwrite each other. Use this if you want to include one or more plots in a sweave/knitr file or if you want to export a single plot by your own chosen format.
filename: Base filename (with/without directory) for the plots if plot.type="file" (default="RowCoverage").
Returns
A list object (length equal to number of Biclusters) in which vectors of column labels are saved.