parseFCSname: FCS Name Parser

View source: R/strings_utils.R

parseFCSnameR Documentation

FCS Name Parser

Description

Separates names and alt-names from FCS features names.

Usage

parseFCSname(x)

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.

Value

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


IFC documentation built on Sept. 14, 2023, 1:08 a.m.