Description Usage Arguments Value Examples
View source: R/plot_dist_to_tss.R
Create a histogram of the distance from each peak to the nearest transcription start site (TSS) of any gene.
1 | plot_dist_to_tss(peaks, genome = supported_genomes())
|
peaks |
Either a file path or a |
genome |
One of the |
A trellis plot object.
1 2 3 4 | # Create histogram of distance from peaks to nearest TSS.
data(peaks_E2F4, package = 'chipenrich.data')
peaks_E2F4 = subset(peaks_E2F4, peaks_E2F4$chrom == 'chr1')
plot_dist_to_tss(peaks_E2F4, genome = 'hg19')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.