Learn R Programming

genoCN (version 1.24.0)

snpInfo: Information of 17,348 SNPs on chromosome 22.

Description

Information of 17,348 SNPs on chromosome 22.

Usage

data(snpInfo)

Arguments

Format

A data frame with 17348 observations on the following 4 variables.
Name
a character vector of probe Names
Chr
a character vector of chromosomes of each probe
Position
a numeric vector of genomic position of each probe
PFB
a numeric vector of population frequency of B allele for each probe. For copy number only probes, PFB=2.0

Examples

Run this code

data(snpData)
data(snpInfo)

dim(snpData)
dim(snpInfo)

snpData[1:2,]
snpInfo[1:2,]

plotCN(pos=snpInfo$Position, LRR=snpData$LRR, BAF=snpData$BAF, 
main = "simulated data on Chr22")

Run the code above in your browser using DataLab