Learn R Programming

BASiCS (version 0.3.1)

plot-BASiCS_Summary-method: 'plot' method for BASiCS_Summary objects

Description

'plot' method for BASiCS_Summary objects

Usage

# S4 method for BASiCS_Summary
plot(x, Param = "mu", Param2 = NULL,
  Genes = NULL, Cells = NULL, Batches = NULL, xlab = "", ylab = "",
  xlim = "", ylim = "", pch = 16, col = "blue", bty = "n", ...)

Arguments

x

A BASiCS_Summary object.

Param

Name of the slot to be used for the plot. Possible values: mu, delta, phi, s, nu, theta

Param2

Name of the second slot to be used for the plot. Possible values: mu, delta, phi, s, nu (combinations between gene-specific and cell-specific parameters are not admitted)

Genes

Specifies which genes are requested. Required only if Param = "mu" or "delta"

Cells

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

Batches

Specifies which batches are requested. Required only if Param = "theta"

xlab

As in par.

ylab

As in par.

xlim

As in par.

ylim

As in par.

pch

As in par.

col

As in par.

bty

As in par.

...

Other graphical parameters (see par).

References

Vallejos, Marioni and Richardson (2015). Bayesian Analysis of Single-Cell Sequencing data.

Examples

Run this code
# NOT RUN {
# See
help(BASiCS_MCMC)
# }

Run the code above in your browser using DataLab