Description Usage Arguments Value See Also Examples
Remove batch effect in FSPY object
| 1 2 3 4 5 6 7 8 | 
| object | An FSPY object | 
| batch | vector. Batch covariate (only one batch allowed) | 
| par.prior | logical. TRUE indicates parametric adjustments will be used, FALSE indicates non-parametric adjustments will be used. | 
| mean.only | logical. FALSE If TRUE ComBat only corrects the mean of the batch effect (no scale adjustment) | 
| verbose | logical. Whether to show log information | 
| ... | Parameters passing to  | 
An FSPY object after removing batch effect
An FSPY object with corrected batch effects
| 1 2 3 4 5 | if (FALSE) {
  plot.meta <- fetchPlotMeta(fspy)
  batch <- as.numeric(plot.meta$stage)
  fspy <- correctBatchFSPY(object, batch = batch)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.