Description Usage Arguments Value Author(s) Examples
This function is created to separate content of pData
of ExpressionSet
object.
1 | decodeLables(x, sep = ":")
|
x |
a character to be separated. |
sep |
a character used to separate |
a character. If x
has sep
(such as ":"), it will be chopped off and the second part will be returned.
Shixiang Wang <w_shixiang@163.com>
1 2 3 4 | x <- "cell type: A f "
decodeLables(x)
x <- "cell type: LCC"
decodeLables(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.