BASiCS_showFit-BASiCS_Chain-method {BASiCS}R Documentation

Plotting the trend after Bayesian regression

Description

Plotting the trend after Bayesian regression using a BASiCS_Chain object

Usage

## S4 method for signature 'BASiCS_Chain'
BASiCS_showFit(object, xlab = "log(mu[i])",
  ylab = "log(delta[i])", pch = 16, col = "blue", bty = "n",
  smooth = TRUE, variance = 1.2, ...)

Arguments

object

an object of class BASiCS_Chain

xlab

As in par.

ylab

As in par.

pch

As in par.

col

As in par.

bty

As in par.

smooth

Logical to indicate wether the smoothScatter function is used to plot the scatter plot.

variance

Variance used to build GRBFs for regression

...

Additional parameters for plotting.

Value

A plot object

Author(s)

Nils Eling eling@ebi.ac.uk

Catalina Vallejos cnvallej@uc.cl

References

New reference

Examples

data(ChainRNAReg)
BASiCS_showFit(ChainRNAReg)


[Package BASiCS version 1.2.1 Index]