Description Usage Arguments Details Value Author(s) See Also
Reads a directory of .idat
files and initializes an object of type MethyLumiSet
.
1 2 3 4 5 6 7 8 9 | read.idat.files2(
base.dir,
barcodes = NULL,
sample.sheet = NULL,
sep.samples = rnb.getOption("import.table.separator"),
load.chunk = NULL,
keep.methylumi = FALSE,
verbose = TRUE
)
|
base.dir |
Directory that contains the |
barcodes |
Optional non-empty |
sample.sheet |
Optional file name containing a table of sample annotation data, or the table itself in the
form of a |
sep.samples |
character used as field separator in the sample sheet file.
Default value is taken by the call to |
load.chunk |
|
keep.methylumi |
a flag indicating whether the a |
verbose |
Flag indicating ifthe messages to the logger should be sent. Note that the logger must be initialized prior to calling this function. Logging is useful for keeping a record of the downloaded and processed samples. Also, informative messages are stored in case of an error. |
If neither barcodes
, nor sample.sheet
are specified, the function attempts to locate a file in
base.dir
containing sample annotation information. It fails ifsuch a file cannot be (unambiguously)
identified. If both barcodes
and sample.sheet
are supplied, only sample.sheet
is used in loading
methylation data. The value of barcodes
is tested for validity but it is not used as a filter.
Loaded dataset of HumanMethylation450K samples, encapsulated in an object of type MethyLumiSet
.
Pavlo Lutsik
methylumIDAT
in package methylumi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.