Learn R Programming

CNprep (version 2.2)

cnpexample: Example of a boundary positions table.

Description

A table of genomic positions for DNA copy-number changing events, collected from genomes of 1203 individuals using Representational Oligonucleotide Microarray Analysis (ROMA) platform.

Usage

data(cnpexample)

Arguments

Format

A data frame with 19188 rows and 4 columns.

copy.num

a character vector indicating whether an event is a gain ("amp") or a loss ("del").

chrom

a numeric vector indicating which chromosome the event is in.

chrom.start

a numeric vector of event start positions.

chrom.end

a numeric vector of event start positions.

Examples

Run this code
# NOT RUN {
data(cnpexample)
# }

Run the code above in your browser using DataLab