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).


gitdemont/IFC documentation built on Feb. 20, 2025, 12:55 a.m.