bic.remove.sub: Remove a substring from a string

Description Usage Arguments Value

Description

For every string in vector x, split the string on substring substr and return either the string preceding trailing substr

Usage

1
bic.remove.sub(x, substr = "hsa", part2take = 1)

Arguments

x

character vector containing strings to be split

substr

substring to be used as delimiter for splitting

part2take

if 1, return string preceding substr if 2, return string trailing substr

Value

either the string preceding or trailing substr


bic-mskcc/bicrnaseq documentation built on May 24, 2019, 3:04 a.m.