Name Mode Size
inst 040000
vignettes 040000
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
README.md 100644 1 kb
README.md
# C++ library for the gated cytometry data `cytolib` provides the c++ headers for users to use and interact with the `GatingSet` (the gated cytometry data structure) at c++ level. ###Installation The **cytolib** package is installed via `R CMD INSTALL ...`. R packages wishing to use the libraries in `cytolib` only need to: - add `cytolib` to **LinkingTo** field in the **DESCRIPTION** file so the compiler knows where to find the headers when the user package is complied e.g. ``` LinkingTo: cytolib ``` ###Usage Make sure to call `CYTOLIB_INIT()` in user c code See **flowWorkspace** package for the example of using `cytolib`.