View source: R/enrichmentTSS.R
| binPromoterAnnotation | R Documentation | 
Build binned promoter annotation for TSS enrichment
binPromoterAnnotation(
  scope = 2000,
  bin = 10,
  build = "hg38",
  out_format = "saf",
  genes = NULL
)
scope | 
 Integer indicating how many base pairs upstream and downstream to extend the promoter region. Returned window width will be scope*2. Default: 2Kb.  | 
bin | 
 Integer indicating the size of the bins. Default: 10 bp.  | 
build | 
 Name of the build to use to extract promoter coordinates. Can be either hg38 (default) or hg19.  | 
out_format | 
 Output format, either "saf" or "granges".  | 
genes | 
 Genes, as outputed by   | 
Either a SAF of GRanges containing binned promoter regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.