View source: R/intervals-import.R
| gintervals.import_bed | R Documentation |
Reads a BED file, plain or gzipped, and returns a misha 1D intervals data
frame. Track/browser/comment header lines are skipped automatically.
Chromosome names are normalized through the active database's
CHROM_ALIAS mechanism (so chr1 <-> 1 works without
explicit configuration).
gintervals.import_bed(file = NULL, name = TRUE, score = TRUE, strand = TRUE)
file |
path to a BED file ( |
name |
if |
score |
if |
strand |
if |
BED is already 0-based half-open, so coordinates are taken as-is.
A 1D intervals data frame, sorted by chrom and start.
gintervals.import_gff,
gintervals.import_vcf.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.