snpArrayAssays: Create an assays object from log R ratios and B allele...

Description Usage Arguments Examples

Description

This function is exported primarily for internal use by other BioC packages.

Usage

1
snpArrayAssays(cn = new("matrix"), baf = new("matrix"), ...)

Arguments

cn

matrix of log R ratios

baf

matrix of B allele frequencies

...

additional matrices of the same dimension, such as SNP genotypes.

Examples

1
2
3
4
data(snp_exp)
r <- lrr(snp_exp)
b <- baf(snp_exp)
sl <- snpArrayAssays(cn=r, baf=b)

rscharpf/VanillaICE documentation built on May 15, 2019, 5:51 p.m.