getAFTypeIbySumAlleles | R Documentation |
Takes a SigDF
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 SigDF
, then an numeric(0) is
returned.
getAFTypeIbySumAlleles(sdf, known.ccs.only = TRUE)
sdf |
|
known.ccs.only |
consider only known CCS probes |
beta values
sesameDataCache() # if not done yet
sdf <- sesameDataGet('EPIC.1.SigDF')
af <- getAFTypeIbySumAlleles(sdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.