load_gs: load a GatingSet/GatingSetList from disk.

Description Usage Arguments Value Examples

Description

It is used to load the legacy GatingSet saved in boost serialization format.

Usage

1
2
3
load_gslist(path)

load_gs(path)

Arguments

path

A character scalar giving the path to load the GatingSet from.

Value

load_gs returns a GatingSet object load_gslist_bs returns a GatingSetList object

Examples

1
2
3
4
5
6
## Not run: 
	gs <- boost2protobuf:::load_gs(path="tempFolder")
 # save it in pb format
	boost2protobuf:::save_gs(gs,path="newFolder", cdf = "link)

## End(Not run)

RGLab/boost2protobuf documentation built on May 8, 2019, 5:53 a.m.