addPromoter {geneHapR} | R 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)
[Package geneHapR version 1.2.4 Index]