lcdblib.expression.expression_utils.zFPKM(log_fpkm, resolution=100)[source]¶Should we consider a gene “expressed” or not?
Implements algorithm from Hart et al 2013 (DOI:10.1186/1471-2164-14-778). In that paper, using human data they conclude that zFPKM < -3 is a reasonable cutoff since at that point, the frequency of repressive chromatin marks outweighs active marks.
| Parameters: |
|
|---|---|
| Returns: | xi: basis over which the kde was evaluated yi: the kde mu: maximum of the kde U: mean of log_fpkm values > mu sigma: std of the fitted half-gaussian zfpkm: z-transformed FPKM |
| Return type: | Dictionary of values as follows |