Description Usage Arguments Examples
This function is exported primarily for internal use by other BioC packages.
1 | 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. |
1 2 3 4 | data(snp_exp)
r <- lrr(snp_exp)
b <- baf(snp_exp)
sl <- snpArrayAssays(cn=r, baf=b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.