Learn R Programming

IFC (version 0.2.1)

parseFCSname: FCS Name Parser

Description

Separates names and alt-names from FCS features names.

Usage

parseFCSname(x)

Value

a 2 columns data.frame of names (PnN) and alt-names (PnS).

Arguments

x

a character vector of FCS features names.

Details

when created FCS features names are formatted as 'PnN < PnS >'. The current function allows the separation between PnN and PnS.