plot-BASiCS_Summary-method {BASiCS} | R Documentation |
'plot' method for BASiCS_Summary
objects
## S4 method for signature 'BASiCS_Summary,ANY' plot( x, Param = "mu", Param2 = NULL, Genes = NULL, Cells = NULL, Batches = NULL, RegressionTerms = NULL, xlab = "", ylab = "", xlim = "", ylim = NULL, pch = 16, col = "blue", bty = "n", SmoothPlot = TRUE, ... )
x |
A |
Param |
Name of the slot to be used for the plot.
Possible values: |
Param2 |
Name of the second slot to be used for the plot.
Possible values: |
Genes |
Specifies which genes are requested.
Required only if |
Cells |
Specifies which cells are requested.
Required only if |
Batches |
Specifies which batches are requested.
Required only if |
RegressionTerms |
Specifies which regression coefficients are requested.
Required only if |
xlab |
As in |
ylab |
As in |
xlim |
As in |
ylim |
As in |
pch |
As in |
col |
As in |
bty |
As in |
SmoothPlot |
Logical parameter. If |
... |
Other graphical parameters (see |
A plot object
Catalina A. Vallejos cnvallej@uc.cl
Nils Eling eling@ebi.ac.uk
help(BASiCS_MCMC)