Strip gene identifier versions
Source:R/AllGenerics.R
, R/stripGeneVersions-methods.R
stripGeneVersions.Rd
Strip gene identifier versions
Usage
stripGeneVersions(object, ...)
# S4 method for class 'Matrix'
stripGeneVersions(object)
# S4 method for class 'character'
stripGeneVersions(object)
# S4 method for class 'integer'
stripGeneVersions(object)
# S4 method for class 'matrix'
stripGeneVersions(object)
Details
Intentionally does not strip transcript versions, if defined in the object.
To perform that action in parallel, use stripVersions
instead.