plotProfilesWithinBicluster {superbiclust} | R Documentation |
Plot Gene Expression Profiles within a (Core) Bicluster
Description
Plot Gene Expression Profiles within a (Core) Bicluster
Usage
plotProfilesWithinBicluster(x, main = "", sampleNames, geneNames = NULL)
Arguments
x |
expression matrix (of class 'matrix') for the subset of genes and samples corresponding to the bicluster under study |
main |
main title for the graph |
sampleNames |
names of the samples to be used for annotating the x axis (character vector of length equal to the number of columns of the expression matrix 'x' (representing the bicluster) |
geneNames |
names of the genes to be plotted in a legend (character vector of length equal to the number of rows of the expression matrix 'x'); only suitable for biclusters containing a small number of genes |
Value
no return value; a plot is drawn to the current device
Author(s)
Tatsiana Khamiakova
See Also
[Package superbiclust version 1.2 Index]