Learn R Programming

copynumber (version 1.12.0)

SNPdata: Artificial SNP array data

Description

Artificial SNP array data containing a logR track and a BAF track

Usage

data(logR)
data(BAF)

Arguments

format

Two corresponding data sets containing 10000 probes with logR and BAF measurements, respectively, for 2 samples. The two first columns in both data sets contain chromosome numbers and local probe positions (in base pairs), while the subsequent columns contain logR-values and BAF-values in the two data sets, respectively.

Examples

Run this code
#Get data
data(logR)
data(BAF)

Run the code above in your browser using DataLab