Description Usage Arguments Value Examples
View source: R/channel_inference.R
IGG => Type-I green that is inferred to be green IRR => Type-I red that is inferred to be red
1 2 3 4 5 6 | inferTypeIChannel(
sset,
switch_failed = FALSE,
verbose = FALSE,
summary = FALSE
)
|
sset |
a |
switch_failed |
whether to switch failed probes (default to FALSE) |
verbose |
whether to print correction summary |
summary |
return summarized numbers only. |
a SigSet
, or numerics if summary == TRUE
1 2 | sset <- sesameDataGet('EPIC.1.LNCaP')$sset
inferTypeIChannel(sset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.