dt_write_rg | R Documentation |
This function takes a filtered list of valid IDAT hlink files and attempts to read their data in chunks with 'minfi::read.metharray()'. To read as many samples as possible, the function attempts to read and combine individual valid samples if an error is thrown for a given chunk or sample subset.
dt_write_rg( probesv, hlinkv, idatspath, reds.path, grns.path, sepval = " ", verbose = TRUE )
probesv |
Vector of probe labels. |
hlinkv |
Vector of GSM IDAT hlink file names, or file basenames. |
idatspath |
Path to IDAT files directory. |
reds.path |
Path to new red signal data table. |
grns.path |
Path to new grn signal data table. |
sepval |
Separator symbol for data tables. |
verbose |
Whether to include verbose messages. |
min.cols |
Minimum data columns to write DNAm data (integer, ) |
NULL, writes data chunks as side effect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.