bp2.flatten: Flatten lists of lists

Description Usage Arguments Value Author(s) See Also Examples

Description

Internal function. Get components of list of lists as numeric vector.

Usage

1

Arguments

l

List of numeric vectors

Value

Vector containing the unique components included in the components of lis. Names and other properties are dopped

Author(s)

Ossi Koivistoinen

See Also

bp2.create.model

Examples

1
2
3
4
my.bp2 <- bp2.create.model(...)
pathways <- bp2.get.instances.of(my.bp2@all.objects, "bp2.pathway")
pwSteps <- bp2.find.followers(pathways, include.slots=''pathwayStep'') 
bp2.flatten(pwSteps)

microbiome/biopax2 documentation built on May 22, 2019, 9:56 p.m.