Learn R Programming

geneHapR (version 1.2.4)

addPromoter: add promoter to annotation

Description

add promoter to annotation

Usage

addPromoter(anno, PromoterLength = 1500, bedFile = NULL)

Arguments

anno

anotation, imported gff/bed

PromoterLength

the length of promoter region, default as 1500

bedFile

the output bed file name

Examples

Run this code
data("geneHapR_test")
bed <- addPromoter(gff)

Run the code above in your browser using DataLab