Description Usage Arguments Value Examples
Function to do quality control on a MOFAmodel
object.
1 | qualityControl(object, verbose = FALSE)
|
object |
a trained |
verbose |
logical indicating whether to generate a verbose output. |
none
1 2 3 4 5 | # load a trained MOFAmodel object
filepath <- system.file("extdata", "CLL_model.hdf5", package = "MOFAdata")
MOFAobject <- loadModel(filepath)
# do quality control
qualityControl(MOFAobject, verbose=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.