annotatePeaks: peak annotate function this function find nearest gene...

Description Usage Arguments Examples

View source: R/chip.R

Description

peak annotate function this function find nearest gene asscosiated with given peaks, deault database is human.gencodeV19

Usage

1
2
3
4
annotatePeaks(peaks,
  genedb = "~/amber3/no_back_up/data/R_data/human.gencodeV19",
  peak.type = "BED", by_gene = TRUE, min.distance = 2000, pro.len = 500,
  pro = TRUE, subchr = FALSE, head = FALSE)

Arguments

peaks

peak file, could be bed file path or Grange object, default bed fiel path

Examples

1

lixin4306ren/seqana documentation built on May 20, 2019, 3:32 p.m.