View source: R/channel_inference.R
inferInfiniumIChannel | R Documentation |
IGG => Type-I green that is inferred to be green IRR => Type-I red that is inferred to be red
inferInfiniumIChannel(
sdf,
switch_failed = FALSE,
mask_failed = FALSE,
verbose = FALSE,
summary = FALSE
)
sdf |
a |
switch_failed |
whether to switch failed probes (default to FALSE) |
mask_failed |
whether to mask failed probes (default to FALSE) |
verbose |
whether to print correction summary |
summary |
return summarized numbers only. |
a SigDF
, or numerics if summary == TRUE
sdf <- sesameDataGet('EPIC.1.SigDF')
inferInfiniumIChannel(sdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.