BASiCS_PlotOffset {BASiCS} | R Documentation |
Visualise global offset in mean expression between two
BASiCS_Chain
objects.
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
# Loading two 'BASiCS_Chain' objects (obtained using 'BASiCS_MCMC') data("ChainSC") data("ChainRNA") BASiCS_PlotOffset(ChainSC, ChainRNA)