calculate_sizes: This function calculates size factors for use with the...

Description Usage

Description

This function calculates size factors for use with the polyester simulation using real data. In a negative binomial distribution, if the size is r, then the variance of the NB random variable is V = mean + mean^2 / r It is estimated using DESeq2's estimateDispersions function. Note: Dispersion = 1 / r

Usage

1
2
calculate_sizes(counts = NULL, s2c, design, reads_pt = NULL,
  fc = NULL, single_value = TRUE, min_dispersion = 1e-06)

warrenmcg/absSimSeq documentation built on May 29, 2019, 9:57 a.m.