stripGeneVersions | R Documentation |
Strip gene identifier versions
stripGeneVersions(object, ...)
## S4 method for signature 'Matrix'
stripGeneVersions(object)
## S4 method for signature 'character'
stripGeneVersions(object)
## S4 method for signature 'integer'
stripGeneVersions(object)
## S4 method for signature 'matrix'
stripGeneVersions(object)
object |
Object. |
... |
Additional arguments. |
Intentionally does not strip transcript versions, if defined in the object.
To perform that action in parallel, use stripVersions
instead.
Modified object. Contains gene identifiers without version numbers.
Updated 2022-03-09.
This method is strict, and will only strip Ensembl gene identifiers
beginning with "ENS.*G"
.
https://www.ensembl.org/info/genome/stable_ids/index.html
## Ensembl.
stripGeneVersions("ENSG00000002586.20")
## GENCODE.
stripGeneVersions("ENSG00000116288.13_10")
stripGeneVersions("ENSG00000002586.20_PAR_Y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.