| compute_models_with_limma {lipidomeR} | R Documentation | 
Compute lipid-specific regression models
Description
Use this function to computing multiple regression models that can be directly supplied to the visualization functions of the 'lipidomeR'.
Usage
compute_models_with_limma(
  x,
  dependent.variables,
  independent.variables,
  random.effect = NULL,
  formula = NULL,
  F.test = FALSE,
  print.table1 = FALSE,
  scale.dependent.variables = TRUE,
  scale.independent.variables = FALSE,
  verbose = TRUE
)
Arguments
| x | (Required) data matrix. | 
| dependent.variables | (Required) vector of names of dependent variables. These should be the names of the lipids. | 
| independent.variables | (Required) vector of names of the independent variables. These should be the names of the variables defining the experiment design. | 
| random.effect | (Optional) name of a single variable specifying
the random effect for a random-effects model.
For instance,  | 
| formula | (Optional) character string of model formula in the format accepted by
the function  | 
| F.test | (Optional)  | 
| print.table1 | (Optional)  | 
| scale.dependent.variables | (Optional)  | 
| scale.independent.variables | (Optional)  | 
| verbose | (Optional)  | 
Value
List of regression results the that can be directly supplied as
an argument to the function heatmap_lipidome_from_limma and
other visualization functions of the lipidomeR.
See Also
heatmap_lipidome_from_limma for visualizing the
output of this function.