read_metharray_exp: read_metharray_exp

Description Usage Arguments

View source: R/read_idats.R

Description

read_metharray_exp

Usage

1
2
3
4
5
6
7
8
read_metharray_exp(
  directory = NULL,
  sample_sheet = NULL,
  ignore.case = TRUE,
  recursive = TRUE,
  full.names = TRUE,
  n_cores = 1
)

Arguments

directory

A character. Location of IDAT files, default is the current working directory.

ignore.case

A logical. A logical value. If TRUE, the directory path is prepended to the file names to give a relative file path. If FALSE, the file names (rather than paths) are returned.

recursive

A logical. Should the listing recurse into directories?

full.names

A logical. Should pattern-matching be case-insensitive?

n_cores

An integer. The number of cores to use, i.e., at most how many child processes will be run simultaneously.


omicsr/dmapaq documentation built on Oct. 13, 2021, 1:08 p.m.