View source: R/file_format_io.R
read_narrowPeak | R Documentation |
NarrowPeak is a sub-format of the BED file format used as the
output format of some peak callers. rtracklayer::import.bed()
often throws an error when reading these files, so a separate
function is needed.
read_narrowPeak(file, ...)
file |
The file name to read from. |
... |
Additional arguments are passed to |
A GRanges object containing the ranges from file
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.