Description Usage Arguments Details Value Author(s) See Also Examples
Create the actual grey list, based on the threshold calculated by
calcThreshold
and the read counts from countReads
.
1 | makeGreyList(obj,maxGap=16384)
|
obj |
The |
maxGap |
If the distance between neighbouring grey regions is less than
or equal to |
Create the grey list as a GRanges
object. Merge grey
regions if they are separated by up to maxGap
bp.
The modified GreyList
, with the regions added.
Gord Brown
1 2 3 4 5 | # load a pre-built GreyList object:
data(greyList)
# calculate the actual regions:
gl <- makeGreyList(greyList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.