- x
An object of class "corRes" created via cor_result
- omicsData
an object of the class 'pepData', 'isobaricpepData',
'proData', 'lipidData', 'metabData', 'nmrData' or 'seqData' created via
as.pepData
, as.isobaricpepData
,
as.proData
, as.lipidData
,
as.metabData
, as.nmrData
, or
as.seqData
, respectively.
- order_by
A character string specifying a column in f_data by which to
order the samples.
- colorbar_lim
A pair of numeric values specifying the minimum and
maximum values to use in the heat map color bar. Defaults to 'c(NA, NA)',
in which case ggplot2 automatically sets the minimum and maximum values
based on the correlation values in the data.
- x_text
logical value. Indicates whether the x-axis will be labeled
with the sample names. The default is TRUE.
- y_text
logical value. Indicates whether the y-axis will be labeled
with the sample names. The default is TRUE.
- interactive
logical value. If TRUE produces an interactive plot.
- x_lab
character string specifying the x-axis label
- y_lab
character string specifying the y-axis label
- x_lab_size
integer value indicating the font size for the x-axis.
The default is 11.
- y_lab_size
integer value indicating the font size for the y-axis.
The default is 11.
- x_lab_angle
integer value indicating the angle of x-axis labels.
The default is 90.
- title_lab
character string specifying the plot title
- title_lab_size
integer value indicating the font size of the plot
title. The default is 14.
- legend_lab
character string specifying the legend title.
- legend_position
character string specifying the position of the
legend. Can be one of "right", "left", "top", "bottom", or "none". The
default is "none".
- color_low
character string specifying the color of the gradient for
low values
- color_high
character string specifying the color of the gradient for
high values
- bw_theme
logical value. If TRUE uses the ggplot2 black and white theme.
- use_VizSampNames
logical value. Indicates whether to use custom sample
names. The default is FALSE.
- ...
further arguments passed to or from other methods.