| lookupCN | R Documentation | 
This function pulls the X copy number data based on coordinate information from the cnr$chromInfo
lookupCN(cnr, chr = 12, start = 69200804, end = 69246466)
| cnr | a cnr bundle | 
| chr | a chromosome name, must match 'cnr$chromInfo$bin.chrom' | 
| start | start coodinate | 
| end | end coordinate | 
Returns the X data for a set of chromosome coordinates
data(cnr)
coord <- data.frame(chr = 2, start = 550000, end = 600000)
lookupCN(cnr, chr = coord$chr, start = coord$start, end = coord$end)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.