dt_makefiles | R Documentation |
Handles options for signal tables, returns paths used to write data chunks.
dt_makefiles( platform = c("hm450k", "epic"), hlinkv, idatspath, destpath, version, ts, overwrite = TRUE, fnstem = "compilation", sepval = " ", verbose = TRUE )
platform |
The DNAm array platform of files to read/write (either "hm450k" or "epic"). |
hlinkv |
Vector of GSM IDAT hlinks, or the basenames used to read data. |
idatspath |
Path to idat files to read |
destpath |
Destination path to new signal data tables. |
version |
File version information for file names. |
ts |
NTP timestamp integer, for filenames (see get_metadata function). |
overwrite |
Whether to overwrite existing data.table files with same destpath (default TRUE). |
fnstem |
Filename stem for data tables. |
sepval |
Separator symbol for tables (" "). |
verbose |
Whether to return verbose notifications. |
list containing dtcond (try conditions results), and new dt paths (reds.path and grns.path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.