crush: Crush cell line id format

Description Usage Arguments Value Examples

Description

Helper function to remove punctuation and whitespace from cell line id's. This helps convert id's between datasets.

Usage

1
crush(x, upper_case = FALSE)

Arguments

x

character vector of ids

upper_case

boolean - return in upper case or not. Default FALSE

Value

character vector of crushed ids

Examples

1
2
3
data("CCLEsmall", package='PharmacoGx')
PharmacoGx::cellNames(CCLEsmall)[1:20]
crush(PharmacoGx::cellNames(CCLEsmall)[1:20])

chapmandu2/tidyMultiAssay documentation built on May 13, 2019, 3:29 p.m.