importBedlike | R Documentation |
Imports a bed-like file as a GRanges object. Uses 'rtracklayer' import functions if possible, and falls back onto an import that's not format-committed otherwise.
importBedlike(x, ...)
x |
The path to a bed or bed-like file (can be gzipped) |
... |
passed to |
A 'GRanges' object
# example bed file:
filepath <- system.file("extdata/example_peaks.bed",
package="epiwraps")
b <- importBedlike(filepath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.