Description Usage Arguments Value Author(s) Examples
View source: R/BASiCS_PlotOffset.R
Visualise global offset in mean expression between two
BASiCS_Chain
objects.
1 2 3 4 5 6 7 | BASiCS_PlotOffset(
Chain1,
Chain2,
Type = c("offset estimate", "before-after", "MAPlot"),
GroupLabel1 = "Group 1",
GroupLabel2 = "Group 2"
)
|
Chain1, Chain2 |
BASiCS_Chain objects to be plotted. |
Type |
The type of plot generated.
|
GroupLabel1, GroupLabel2 |
Labels for Chain1 and Chain2 in the resulting plot(s). |
Plot objects.
Catalina A. Vallejos cnvallej@uc.cl
Nils Eling eling@ebi.ac.uk
Alan O'Callaghan
1 2 3 4 5 | # Loading two 'BASiCS_Chain' objects (obtained using 'BASiCS_MCMC')
data("ChainSC")
data("ChainRNA")
BASiCS_PlotOffset(ChainSC, ChainRNA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.