Description Usage Arguments Details Value
Expand exonic/intronic parts and intersect with ranges
1 | join_parts(x, parts)
|
x |
a GRanges object |
parts |
an annotation GRanges from |
This is a wrapper to unnest_parts()
and
plyranges::join_overlap_intersect()
. It restricts the GRanges object x
to the ranges that intersect the exonic_parts
and intronic_parts
columns
from parts
, the result is a GRanges object with additional columns:
gene_id
, the gene_id from features
corresponding to an exon/intron.
feature_type
, whether the range corresponds to an exon or intro feature.
feature_rank
, the rank of the exon/intron feature within a gene.
feature_length
, the width of the exon/intron
feature_strand
, the strand of the exon/intron
a GRanges object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.