stripTranscriptVersions | R Documentation |
Strip transcript identifier versions
stripTranscriptVersions(object, ...)
## S4 method for signature 'Matrix'
stripTranscriptVersions(object)
## S4 method for signature 'character'
stripTranscriptVersions(object)
## S4 method for signature 'integer'
stripTranscriptVersions(object)
## S4 method for signature 'matrix'
stripTranscriptVersions(object)
object |
Object. |
... |
Additional arguments. |
Intentionally does not strip gene versions, if defined in the object.
To perform that action in parallel, use stripGeneVersions
instead.
Modified object. Contains transcript identifiers without version numbers.
Updated 2023-11-28.
This method is strict, and will only strip Ensembl transcript
identifiers beginning with "ENS.*T"
.
https://www.ensembl.org/info/genome/stable_ids/index.html
## Ensembl.
stripTranscriptVersions("ENST00000431238.7")
## GENCODE.
stripTranscriptVersions("ENST00000493373.5_7")
stripTranscriptVersions("ENST00000431238.7_PAR_Y")
## WormBase (no modification).
stripTranscriptVersions("cTel79B.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.