matrixPlot.Rd
Density and pairwise scatter plots for visualising score matrices.
matrixPlot(
scores,
max_ncomp = NULL,
comp_idx = NULL,
colBy = NULL,
pointAlpha = NULL,
pointSize = 1,
manualCol = NULL,
manualAlpha = NULL,
fsize = 14,
returnPlotList = F,
legendTitle = "",
compName = "comp"
)
Matrix of scores to be plotted
Default NULL. Number of first components to plot. If specified, will override comp_idx.
Default NULL. Indices of components to plot.
Numeric or charactor vectors to specify colour of points.
Alpha value.
Point size.
Manual specification of colours.
Manual specification of alpha colours.
Figure font size.
Logical. Whether to return individual plots.
Legend title.
Name of the components, default is "comp", so that the 1st column is named comp1 etc.