Description Usage Arguments Examples
View source: R/binSegments.R View source: R/binSegments 2.R
This function will not be called directly by the user. The function splits a segmented copy number profile into a set of predefined bins, defined by the binRegions
function.
1 | binSegments(seg, bin.regions)
|
seg |
a data frame containing the input copy number profile. Output from the |
bin.regions |
a data frame with predefinded bin regions. Output from the |
1 2 3 4 | segment <- test.data[[1]]
seg = continuousSegments(seg=segment,hg=hg19, exclude.x.chrom=F)
bin.reg <- binRegions(hg=hg19, bin.width=3*10^7, overlap=T)
bin.seg <- binSegments(seg=seg, bin.regions=bin.reg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.