create_introns {valr} | R Documentation |
Numbers in the score
column are intron numbers from 5' to 3' independent of
strand. I.e., the first introns for +
and -
strand genes both have score
values of 1
.
create_introns(x)
x |
ivl_df in BED12 format |
Other feature functions:
create_tss()
,
create_utrs3()
,
create_utrs5()
x <- read_bed12(valr_example('mm9.refGene.bed.gz'))
create_introns(x)