View source: R/bed_to_granges.R
bed_to_granges | R Documentation |
This function loads a BED-like file and stores it as a GRanges object. The tab-delimited file must be ordered as 'chr', 'start', 'end', 'id', 'score', 'strand'. The minimal BED file must have the 'chr', 'start', 'end' columns. Any columns after the strand column are ignored.
bed_to_granges(file)
file |
Location of your file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.