Description Usage Arguments Value Examples
It is used to load the legacy GatingSet saved in boost serialization format.
1 2 3 | load_gslist(path)
load_gs(path)
|
path |
A character scalar giving the path to load the GatingSet from. |
load_gs
returns a GatingSet object
load_gslist
_bs returns a GatingSetList object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.