BASiCS_showFit-BASiCS_Chain-method {BASiCS} | R Documentation |
Plotting the trend after Bayesian regression using a
BASiCS_Chain
object
## 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, ...)
object |
an object of class |
xlab |
As in |
ylab |
As in |
pch |
As in |
col |
As in |
bty |
As in |
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. |
A plot object
Nils Eling eling@ebi.ac.uk
Catalina Vallejos cnvallej@uc.cl
New reference
data(ChainRNAReg) BASiCS_showFit(ChainRNAReg)