ContrastsInterface | R Documentation |
Base class for all Contrasts classes
Base class for all Contrasts classes
get_contrast_sides()
get table with sides of the contrast
ContrastsInterface$get_contrast_sides()
get_contrasts()
get table with contrast results (similar to limma topTable function)
ContrastsInterface$get_contrasts()
get_Plotter()
initialize plotter
ContrastsInterface$get_Plotter()
to_wide()
create wide representation of data.
ContrastsInterface$to_wide()
column_description()
column description
ContrastsInterface$column_description()
clone()
The objects of this class are cloneable with this method.
ContrastsInterface$clone(deep = FALSE)
deep
Whether to make a deep clone.
int <- ContrastsInterface$new()
testthat::expect_error(int$get_contrast_sides())
testthat::expect_error(int$get_contrasts())
testthat::expect_error(int$get_Plotter())
testthat::expect_error(int$to_wide())
int$column_description()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.