Description Usage Arguments Value Author(s) Examples
View source: R/BASiCS_CorrectOffset.R
Remove global offset in mean expression between two
BASiCS_Chain
objects.
1 | BASiCS_CorrectOffset(Chain, ChainRef, min.mean = 1)
|
Chain |
a 'BASiCS_MCMC' object to which the offset correction should be applied (with respect to 'ChainRef'). |
ChainRef |
a 'BASiCS_MCMC' object to be used as the reference in the offset correction procedure. |
min.mean |
Minimum mean expression threshold required for inclusion in offset calculation. Similar to 'min.mean' in 'scran::computeSumFactors'. |
A list whose first element is an offset corrected version of 'Chain' (using 'ChainRef' as a reference), whose second element is the point estimate for the offset and whose third element contains iteration-specific offsets.
Catalina A. Vallejos cnvallej@uc.cl
Nils Eling eling@ebi.ac.uk
Alan O'Callaghan
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.