callEnhancer | R Documentation |
Calculates enhancer candidates, which are characterized by bidirectional clusters as described in Andersson et al. 2014.
callEnhancer(object, flanking = 400, dis2gene = 2000)
## S4 method for signature 'TSSr'
callEnhancer(object, flanking = 400, dis2gene = 2000)
object |
A TSSr object. |
flanking |
The flanking region range where bidirectional clusters composing a enhancer candidate. Default is 400. |
dis2gene |
The minimum distance to the main annotated core promoter of genes. Default is 2000. |
Large List of elements - one element for each sample
data(exampleTSSr)
#callEnhancer(exampleTSSr,flanking = 400,dis2gene=2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.