Add GC correction to SCE Object
Arguments
- sce
an SCE object
- gc
GC corresponding to bins (rows) in the matrix
- assay_name
Name of assay on which to perform GC correction
- method
Specifies the type of GC correction to perform. One of
'modal', 'copykit', or 'loess'
- verbose
Message verbosity (TRUE/FALSE)
- bpparam
BiocParallel params
- ...
Additional arguments to be passed to GC correction methods
Value
sce object with corrected GC count matrix in assay(sce, 'counts_gc_[method]')
. See perform_gc_cor for more information.