Functions for preprocessing
Preprocessing.RdFunctions for preprocessing
Convert fluorescence intensities to beta-values
Arguments
- raw
Output of calling
read_idats
Value
A modified raw object with dye-bias corrected intensities using RELIC for correct_dye_bias.
A matrix of beta-values, either normalized (for normalize) or not (for dont_normalize).
A matrix of beta-values.
If IDATs were imported with option on_disk = TRUE, a {codeff object.
If the data was imported using on_disk = TRUE, it is recommended to transpose
the returned ff object for fast row-based access.