View source: R/bed12_to_exons.r
| bed12_to_exons | R Documentation |
After conversion to BED6 format, the score column contains the exon
number, with respect to strand (i.e., the first exon for - strand
genes will have larger start and end coordinates).
bed12_to_exons(x)
x |
ivl_df |
Other utilities:
bed_makewindows(),
bound_intervals(),
flip_strands(),
interval_spacing()
x <- read_bed12(valr_example("mm9.refGene.bed.gz"))
bed12_to_exons(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.