Learn R Programming

VanillaICE (version 1.34.0)

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

Description

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

Usage

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

Run this code
data(snp_exp)
r <- lrr(snp_exp)
b <- baf(snp_exp)
sl <- snpArrayAssays(cn=r, baf=b)

Run the code above in your browser using DataLab