BASiCS_Chain-methods | R Documentation |
'show' method for BASiCS_Chain
objects.
'updateObject' method for BASiCS_Chain
objects. It is used to convert outdated BASiCS_Chain
objects into a version that is compatible with the Bioconductor release
of BASiCS. Do not use this method is BASiCS_Chain
already contains a parameters
slot.
## S4 method for signature 'BASiCS_Chain'
show(object)
## S4 method for signature 'BASiCS_Chain'
updateObject(object, ..., verbose = FALSE)
object |
A |
... |
Additional arguments of |
verbose |
Additional argument of
|
Prints a summary of the properties of object
.
Returns an updated BASiCS_Chain
object that
contains all model parameters in a single slot object (list).
Catalina A. Vallejos cnvallej@uc.cl
Nils Eling eling@ebi.ac.uk
Data <- makeExampleBASiCS_Data()
Chain <- BASiCS_MCMC(Data, N = 50, Thin = 2, Burn = 2, Regression = FALSE)
# Not run
# New_Chain <- updateObject(Old_Chain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.