getDye {prada}R Documentation

Extract the Dye name (CFP or YFP) from the clone ID by pattern matching

Description

Extract the Dye name (CFP or YFP) from the clone ID by pattern matching

Usage

getDye(x)

Arguments

x Character vector with clone ID(s)

Details

The following patterns are recognised:

  1. ...[CY], ...[CY] Numbers, ...[CY] Numbers Letters,
  2. [CY]...
  3. letter letter [CY]...

See also the source code.

Value

Character vector of the same length as x.

Author(s)

Wolfgang Huber http://www.dkfz.de/abt0840/whuber

Examples

getDye("dorit10_3c_1-2--01-pDhfbr2_78k24_1E3Y1")

[Package Contents]