Description Usage Arguments Details Value Author(s) Examples
View source: R/read_data_hooks.R
Get a list of peak regions for a given histone mark
1 | get_peak_list(mark, sample_id = chipseq_hooks$sample_id(mark), ...)
|
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 |
It works after chipseq_hooks
is set.
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 ...
.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.