Remove the version number of ensembl gene/transcript identifiers.
rm_version(x)
x | Vector of identifiers. |
---|
Vector of identifiers without version numbers.
Removes everything beyond the first dot ('.') in each provided identifier.
#> [1] "ENSG00000000001" "ENST00000000001"