Learn R Programming

BASiCS (version 0.7.30)

plot-BASiCS_D_Summary-method: 'plot' method for BASiCS_D_Summary objects

Description

'plot' method for BASiCS_D_Summary objects

Usage

# S4 method for BASiCS_D_Summary,ANY
plot(x, Param = "muTest", Param2 = NULL,
  Genes = NULL, Cells = NULL, xlab = "", ylab = "", xlim = "",
  ylim = "", main = "", pch = 16, col = "blue", bty = "n", ...)

Arguments

x

A BASiCS_D_Summary object.

Param

Name of the slot to be used for the plot. Possible values: "muTest", "muRef", "deltaTest", "deltaRef", "phi", "s", "nu", "thetaTest", "thetaRef"

Param2

Name of the second slot to be used for the plot. Possible values: "muTest", "muRef", "deltaTest", "deltaRef", "phi", "s", "nu" (combinations between gene-specific and cell-specific parameters are not allowed)

Genes

Specifies which genes are requested. Required only if Param = "muTest", "muRef", "deltaTest" or "deltaRef"

Cells

Specifies which cells are requested. Required only if Param = "phi", "s" or "nu"

xlab

As in par.

ylab

As in par.

xlim

As in par.

ylim

As in par.

main

As in par.

pch

As in par.

col

As in par.

bty

As in par.

...

Other graphical parameters (see par).

Examples

Run this code
# NOT RUN {
# See
help(BASiCS_D_MCMC)

# }

Run the code above in your browser using DataLab