inferTypeIChannel: Infer and reset color channel for Type-I probes instead of...

Description Usage Arguments Value Examples

View source: R/channel_inference.R

Description

IGG => Type-I green that is inferred to be green IRR => Type-I red that is inferred to be red

Usage

1
2
3
4
5
6
inferTypeIChannel(
  sset,
  switch_failed = FALSE,
  verbose = FALSE,
  summary = FALSE
)

Arguments

sset

a SigSet

switch_failed

whether to switch failed probes (default to FALSE)

verbose

whether to print correction summary

summary

return summarized numbers only.

Value

a SigSet, or numerics if summary == TRUE

Examples

1
2
sset <- sesameDataGet('EPIC.1.LNCaP')$sset
inferTypeIChannel(sset)

sesame documentation built on Nov. 15, 2020, 2:08 a.m.