standardize_tags | R Documentation |
To avoid introducing rlang as another dependency for tidyeval. This function will also convert exon numbers to integer.
standardize_tags(gr, gene_id, transcript_id)
gr |
A |
gene_id |
Name of the metadata field for gene ID. |
transcript_id |
Name of the metadata field for transcript ID. |
A GRanges
object with standardized names: gene ID as gene_id
,
and transcript ID as transcript_id
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.