Annotate Peaks
1 2 3 4 5 6 7 8 | annotate_peaks(
zent_obj,
outdir = getwd(),
genome_annotation,
promoter_downstream = 1000,
promoter_upstream = 1000,
feature_type = "gene"
)
|
zent_obj |
ZentTools object. |
outdir |
Directory to output the annotated peaks. |
genome_annotation |
Genome GTF annotation file. |
promoter_downstream |
Bases downstream of TSS to define promoter. |
promoter_upstream |
Bases upstream of TSS to define promoter. |
feature_type |
Either 'gene' or 'transcript'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.