Description Usage Arguments Value Examples
Q2_plot
1 |
mbac |
Object of class mbac generated by *MultiBaC* or *genModelList*. |
... |
Other graphical parameters |
Q2 plot of PLS models is displayed.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | data('multiyeast')
my_mbac <- createMbac (inputOmics = list(A.rna, A.gro, B.rna, B.ribo, C.rna, C.par),
batchFactor = c("A", "A", "B", "B", "C", "C"),
experimentalDesign = list("A" = c("Glu+", "Glu+",
"Glu+", "Glu-", "Glu-", "Glu-"),
"B" = c("Glu+", "Glu+", "Glu-", "Glu-"),
"C" = c("Glu+", "Glu+", "Glu-", "Glu-")),
omicNames = c("RNA", "GRO", "RNA", "RIBO", "RNA", "PAR"))
my_final_mbac <- MultiBaC (my_mbac,
test.comp = NULL, scale = FALSE,
center = TRUE, crossval = NULL,
Variability = 0.90,
Interaction = TRUE ,
showplot = FALSE,
showinfo = FALSE)
Q2_plot (my_final_mbac)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.