readIDATpair: Import a pair of IDATs from one sample

Description Usage Arguments Value Examples

View source: R/sesame.R

Description

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

Usage

1
2
3
4
5
6
7
readIDATpair(
  prefix.path,
  platform = "",
  manifest = NULL,
  controls = NULL,
  verbose = FALSE
)

Arguments

prefix.path

sample prefix without _Grn.idat and _Red.idat

platform

EPIC, HM450 and HM27 etc.

manifest

optional design manifest file

controls

optional control probe manifest file

verbose

be verbose? (FALSE)

Value

a SigSet

Examples

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

sesame documentation built on Nov. 15, 2020, 2:08 a.m.