standardizeCells | R Documentation |
Standardize cell line names
standardizeCells(object, ...)
## S4 method for signature 'Rle'
standardizeCells(object)
## S4 method for signature 'character'
standardizeCells(object)
object |
|
... |
Additional arguments. |
Strip all non-alphanumeric characters, remove information in parentheses or brackets, and convert to uppercase.
Note that this function doesn't attempt to perform any mapping to the
Cellosaurus database. For that, refer to mapCells
instead.
character
.
Updated 2023-09-21.
## character ====
object <- c("22Rv1", "Jurkat", "Ramos (RA-1)")
object <- standardizeCells(object)
print(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.