plot-BASiCS_Chain-method {BASiCS} | R Documentation |
'plot' method for BASiCS_Chain
objects
## S4 method for signature 'BASiCS_Chain,ANY' plot( x, Parameter = "mu", Gene = NULL, Cell = NULL, Batch = 1, RegressionTerm = NULL, ... )
x |
A |
Parameter |
Name of the slot to be used for the plot.
Possible values: |
Gene |
Specifies which gene is requested.
Required only if |
Cell |
Specifies which cell is requested.
Required only if |
Batch |
Specifies which batch is requested.
Required only if |
RegressionTerm |
Specifies which regression coefficient is requested.
Required only if |
... |
Unused. |
A plot object
Catalina A. Vallejos cnvallej@uc.cl
Nils Eling eling@ebi.ac.uk
help(BASiCS_MCMC)