estimate_size_factors {transformGamPoi}R Documentation

Estimate the Size Factors

Description

Estimate the Size Factors

Usage

estimate_size_factors(Y, method, verbose = FALSE)

Arguments

Y

any matrix-like object (base::matrix(), DelayedArray, HDF5Matrix, Matrix::Matrix(), etc.)

method

one of c("normed_sum", "deconvolution", "poscounts")

Value

a vector with one size factor per column of Y


[Package transformGamPoi version 1.0.0 Index]