Description Usage Arguments Value Examples
View source: R/binRegions.R View source: R/binRegions 2.R
This function will not be called directly by the user. The function defines start and end positions of regional bins, in which CARMA scores later will be calculated. It is used by the binSegments
function.
1 | binRegions(hg, bin.width, overlap)
|
hg |
a data frame containing start and end positions of chromosome arms: |
bin.width |
the width of the bin region. |
overlap |
if |
A data frame containing start and end positions of bin regions.
1 | binRegions(hg19, bin.width=3*10^7, overlap=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.