IDATsToMatrices {methylumi}R Documentation

convert multiple idats to matrices

Description

convert multiple idats to matrices

Usage

IDATsToMatrices(
  barcodes,
  fileExts = list(Cy3 = "Grn", Cy5 = "Red"),
  parallel = F,
  idatPath = "."
)

Arguments

barcodes

character()

fileExts

character()

parallel

logical(1)

idatPath

character(1)


[Package methylumi version 2.40.1 Index]