Description Usage Arguments Value Examples
The function takes a prefix string that are shared with _Grn.idat
and _Red.idat. The function returns a SigSet
.
1 2 3 4 5 6 7 | readIDATpair(
prefix.path,
platform = "",
manifest = NULL,
controls = NULL,
verbose = FALSE
)
|
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) |
a SigSet
1 2 | sset <- 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.