Calculates the scaling factor for count normalization based on the sequencing depth.
Usage
get_scaling_factor(countsTable, seq_depth)
Arguments
- countsTable
Matrix or data frame of counts data.
- seq_depth
Numeric vector containing the sequencing depths.
Value
Numeric vector of scaling factors for count normalization.