addPromoter: add promoter to annotation

View source: R/anno.R

addPromoterR Documentation

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

data("geneHapR_test")
bed <- addPromoter(gff)

geneHapR documentation built on May 29, 2024, 11:59 a.m.