standardize_tags {BUSpaRse} | 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
.