bp2.resume: Resume saved bp2 model

Description Usage Arguments Author(s) See Also Examples

Description

Populate internal data structures of bp2 package from existing bp2.model object. bp2 can only process one bp2.model object at a time and this function has to be calld to select the object. This function has to be used after loading bp2.model object from the disk.

Usage

1

Arguments

obj

bp2.model object to continue working on.

Author(s)

Ossi Koivistoinen

See Also

bp2.model, bp2.create.model

Examples

1
2
3
4
5
6
7
# Save bp.model for later processing
my.bp2 <- bp2.create.model(...)
save(my.bp2, file='my.bp2.model.RData')

# Resume working on old model
load('my.bp2.model.RData')
bp2.resume(my.bp2)

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