Description Usage Arguments Value Examples
Takes a SigSet
as input and returns a numeric vector containing
extra allele frequencies based on Color-Channel-Switching (CCS) probes.
If no CCS probes exist in the SigSet
, then an numeric(0) is
returned.
1 | getAFTypeIbySumAlleles(sset, known.ccs.only = TRUE)
|
sset |
|
known.ccs.only |
consider only known CCS probes |
beta values
1 2 | sset <- sesameDataGet('EPIC.1.LNCaP')$sset
betas <- getAFTypeIbySumAlleles(sset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.