heatmap_lipidome_from_limma {lipidomeR} | R Documentation |
Create 'lipidomeR' heatmaps of model statistics
Description
Use this function to creating heatmaps of model statistics from
the output of the compute_models_with_limma
function or
related functions (compute_F_test_with_limma
and
compute_post_hoc_test_with_limma
).
Usage
heatmap_lipidome_from_limma(
x,
names.mapping = NULL,
axis.x.carbons = TRUE,
baseline.adjusted = FALSE,
class.facet = "row",
class.subset = NULL,
F.test = FALSE,
omit.class = NULL,
omit.factor = NULL,
order.factor = FALSE,
p.val.thresholds = c(0.01, 0.05, 0.1),
p.val.labels = c(8, 4, 3),
p.val.label.bg.size = 2,
p.val.label.size = 1,
p.adj.method = "BH",
plot.individual = FALSE,
plot.all = TRUE,
print.figure = TRUE,
print.formula = TRUE,
formula.width = 110,
legend.key.size.multiplier = 2,
range.min.N.carbons = 5,
range.min.N.double.bonds = 5,
scales = "fixed",
shadowtext = FALSE,
space = "free",
survival = FALSE,
verbose = FALSE,
wrap.contrast.name = TRUE
)
Arguments
x |
(Required) list of output from
the |
names.mapping |
(Optional) mapping of lipid names from
the |
axis.x.carbons |
(Optional) |
baseline.adjusted |
|
class.facet |
(Optional) character string with possible values
|
class.subset |
(Optional) character vector specifying a subset of
the lipid classes (e.g., |
F.test |
(Optional) |
omit.class |
(Optional) character vector of lipid classes omitted from
the visualization (e.g., |
omit.factor |
(Optional) character vector of lipid classes omitted from
the visualization (e.g., |
order.factor |
(Optional) |
p.val.thresholds |
(Optional) numeric vector with increasing values of
highlighting thresholds for multiple-testing-corrected p-values.
For instance, |
p.val.labels |
(Optional) numeric vector of point characters for the
p-value highlighting categories specified in the argument
|
p.val.label.bg.size |
(Optional) numeric value to scale the size of the colored background of the symbols that indicate values with statistical significance. The background is used to ensure that the white symbols are visible also when the color of a heatmap rectangle is of a bleak color. |
p.val.label.size |
(Optional) numeric value to scale the size of the symbols that indicate values with statistical significance. |
p.adj.method |
(Optional) name of the method to correct p-values for
multiple testing. Accepted values are as in the function
|
plot.individual |
(Optional) |
plot.all |
(Optional) |
print.figure |
(Optional) |
print.formula |
(Optional) |
formula.width |
(Optional) numeric value to specify the width of a line
in the model formula. Relevant only if |
legend.key.size.multiplier |
(Optional) numeric value to scale the size of the figure (key) legends. |
range.min.N.carbons |
(Optional) numeric value to specify the minimum range of the axis showing the lipid size (number of carbon atoms in the fatty acid chains). This value can be increased from the default value to improve readability in situations, where there are lipid classes with little or no variation in the lipid size. |
range.min.N.double.bonds |
(Optional) numeric value to specify the minimum range of the axis showing the lipid saturation (number of double bonds in the fatty acid chains). This value can be increased from the default value to improve readability in situtions, where there are lipid classes with little or no variation in the lipid saturation. |
scales |
(Optional) character string with possible values
|
shadowtext |
(Optional) |
space |
(Optional) character string with possible values
|
survival |
(Optional) |
verbose |
(Optional) |
wrap.contrast.name |
(Optional) |
Value
List of 'lipidomeR' heatmap figure(s).
See Also
compute_models_with_limma
for computing the argument
x
for this function.