readIDATpair | R Documentation |
The function takes a prefix string that are shared with _Grn.idat
and _Red.idat. The function returns a SigDF
.
readIDATpair(
prefix.path,
manifest = NULL,
platform = "",
min_beads = NULL,
controls = NULL,
verbose = FALSE
)
prefix.path |
sample prefix without _Grn.idat and _Red.idat |
manifest |
optional design manifest file |
platform |
EPIC, HM450 and HM27 etc. |
min_beads |
minimum bead number, probes with R or G smaller than this threshold will be masked. If NULL, no filtering based on bead count will be applied. |
controls |
optional control probe manifest file |
verbose |
be verbose? (FALSE) |
a SigDF
sdf <- readIDATpair(sub('_Grn.idat','',system.file(
"extdata", "4207113116_A_Grn.idat", package = "sesameData")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.