readIDATpair {sesame}R Documentation

Import a pair of IDATs from one sample

Description

The function takes a prefix string that are shared with _Grn.idat and _Red.idat. The function returns a SigSet.

Usage

readIDATpair(prefix.path, verbose = FALSE)

Arguments

prefix.path

sample prefix without _Grn.idat and _Red.idat

verbose

be verbose? (FALSE)

Value

a SigSet

Examples

sset <- readIDATpair(sub('_Grn.idat','',system.file(
    "extdata", "4207113116_A_Grn.idat", package = "sesameData")))

[Package sesame version 1.0.0 Index]