snpArrayAssays {VanillaICE} | R Documentation |
This function is exported primarily for internal use by other BioC packages.
snpArrayAssays(cn = new("matrix"), baf = new("matrix"), ...)
cn |
matrix of log R ratios |
baf |
matrix of B allele frequencies |
... |
additional matrices of the same dimension, such as SNP genotypes. |
data(snp_exp) r <- lrr(snp_exp) b <- baf(snp_exp) sl <- snpArrayAssays(cn=r, baf=b)