decodeLables: decode labels by separator

Description Usage Arguments Value Author(s) Examples

Description

This function is created to separate content of pData of ExpressionSet object.

Usage

1
decodeLables(x, sep = ":")

Arguments

x

a character to be separated.

sep

a character used to separate x. Use ":" as default.

Value

a character. If x has sep (such as ":"), it will be chopped off and the second part will be returned.

Author(s)

Shixiang Wang <w_shixiang@163.com>

Examples

1
2
3
4
x <- "cell type: A f "
decodeLables(x)
x <- "cell type: LCC"
decodeLables(x)

ShixiangWang/iProfile documentation built on May 11, 2019, 6:25 p.m.