dyeBiasDistortion {sesame}R Documentation

Quantify how much dye bias in high signal range deviates from the global median

Description

Positive value indicates augmentation of high-end dye bias over low-end. negative value represents high-end dye bias contradicts that at low-end (a distorted dye bias). Negative distortion score (< -1) suggests low experiment quality. 0 suggests a consistent dye bias at high and low-end.

Usage

dyeBiasDistortion(sdf)

Arguments

sdf

a SigDF

Value

a numeric score

Examples

sdf <- sesameDataGet('EPIC.1.SigDF')
dyeBiasDistortion(sdf)

[Package sesame version 1.12.9 Index]