Description Usage Arguments Value See Also
Given a gtf
file, and a bed
file, this function
extracts all transcripts that overlap with coordinates from
bed
file and returns a filtered gtf
file. This
function is at the moment only for internal purposes.
1 | intersect_bed(gtf_file, bed_file, select_features)
|
gtf_file |
Full path to a |
bed_file |
Full path to a |
select_features |
A 1-column |
A gtf
object that inherits from GRanges
containing
just those transcripts that overlap with the provided bed file.
read_format
, non_overlaps
,
construct_introns
, extract
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.