get_peak_list: Get a list of peak regions for a given histone mark

Description Usage Arguments Details Value Author(s) Examples

View source: R/read_data_hooks.R

Description

Get a list of peak regions for a given histone mark

Usage

1
get_peak_list(mark, sample_id = chipseq_hooks$sample_id(mark), ...)

Arguments

mark

name of the histone mark

sample_id

a vector of sample IDs. If not defined, it is the total samples that are available for this histone mark.

...

more arguments pass to chipseq_hooks$peak().

Details

It works after chipseq_hooks is set.

Value

A list of GRanges objects.

If you e.g. set "chr" as the third argument when defining chipseq_hooks$peak(), "chr" can also be passed here through ....

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# There is no example
NULL

jokergoo/epik documentation built on Sept. 28, 2019, 9:20 a.m.