apexStringToDF: Split a list of apexes like '1,2,3,4' and create a data.frame...

Description Usage Arguments Value

View source: R/manualComplexFeatureAnnotation.R

Description

Split a list of apexes like '1,2,3,4' and create a data.frame data.frame(rt=c(1, 2, 3, 4), complex.id=X, apex.type=Y). If no split was possible, NULL is returned.

Usage

1
apexStringToDF(complex.id, sep.apexes, apex.type)

Arguments

complex.id

A string identifying the complex.

sep.apexes

A string of comma-separated numbers.

apex.type

A string identifying the type of apex.

Value

Either NULL or a data.frame.


hafenr/MACode documentation built on May 17, 2019, 2:24 p.m.