gpatterns.putative_enhancers | R Documentation |
Define putative enhancer regions from chip-seq tracks
gpatterns.putative_enhancers(
chip_tracks,
quant_thresh = 0.999,
normalize = NULL,
min_tss_dist = 2000,
logical_gate = "|"
)
chip_tracks |
names of chip-seq tracks |
quant_thresh |
quantile of chip signal that would be considered as peak |
normalize |
normalize all the regions to have the same size. if NULL no normalization would be done. |
min_tss_dist |
minimal (absolute) distance from TSS |
logical_gate |
logical function to combine the different tracks, e.g. '|' or '&' |
intervals set with putative enhancers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.