Description Usage Arguments Details Value
Expand the exonic/intronic parts of a gene into a long GRanges object
1 | unnest_parts(x)
|
x |
a GRanges object from |
This function restricts the expands/unnests, the ranges from
collect_parts
the result is a GRanges object with the following 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.