# S4 method for BASiCS_Summary,ANY
plot(x, Param = "mu", Param2 = NULL,
Genes = NULL, Cells = NULL, Batches = NULL, xlab = "", ylab = "",
xlim = "", ylim = "", pch = 16, col = "blue", bty = "n",
SmoothPlot = TRUE, ...)
Name of the slot to be used for the plot.
Possible values: 'mu'
, 'delta'
,
'phi'
, 's'
, 'nu'
and 'theta'
Name of the second slot to be used for the plot.
Possible values: 'mu'
, 'delta'
,
'phi'
, 's'
and 'nu'
(combinations between gene-specific and
cell-specific parameters are not admitted)
Specifies which genes are requested.
Required only if Param = 'mu'
or 'delta'
Specifies which cells are requested.
Required only if Param = 'phi', 's'
or 'nu'
Specifies which batches are requested.
Required only if Param = 'theta'
As in par
.
As in par
.
As in par
.
As in par
.
As in par
.
As in par
.
As in par
.
Logical parameter. If TRUE
,
transparency will be added to the color of the dots.
Other graphical parameters (see par
).
A plot object
Vallejos, Marioni and Richardson (2015). PLoS Computational Biology.
# NOT RUN {
# See
help(BASiCS_MCMC)
# }
Run the code above in your browser using DataLab