Esimate sequencing depth
PS.Est.Depth.Rd
Functions from PossionSeq (https://doi.org/10.1093/biostatistics/kxr031)
Arguments
- n
The data matrix. The rows are counts for a gene, and the columns are counts from an experiment.
- iter
Number of iterations used. Default value: 5. The default value is usually a good choice.
- ct.sum
if the total number of reads of a gene across all experiments <= ct.sum, this gene will not be considered for estimating sequencing depth. Default value: 5.
- ct.mean
if the mean number of reads of a gene across all experiments <= ct.mean, this gene will not be considered for estimating sequencing depth. Default value: 0.5.