Package: CytoML
Type: Package
Title: GatingML interface for openCyto
Version: 1.0.1
Date: 2016-04-15
Author: Mike Jiang
Maintainer: Mike Jiang <wjiang2@fhcrc.org>
Description: This package is designed to use GatingML2.0 as the standard format
    to exchange the gated data with other software platform.
License: Artistic-2.0
LazyData: TRUE
Imports:
    flowCore,
    flowWorkspace (>= 3.19.24),
    openCyto (>= 1.11.3),
    XML,
    data.table,
    flowUtils (>= 1.35.7),
    jsonlite,
    RBGL,
    ncdfFlow,
    Rgraphviz,
    Biobase,
    methods,
    graph,
    graphics,
    utils,
    base64enc
biocViews: FlowCytometry, DataImport, DataRepresentation
Suggests:
    testthat,
    flowWorkspaceData,
    knitr,
    ggcyto
VignetteBuilder: knitr
RoxygenNote: 5.0.1
Collate:
    'GatingSet2cytobank.R'
    'GatingSet2flowJo.R'
    'cytobank2GatingSet.R'
    'flowUtils_functions.R'
    'read.gatingML.cytobank.R'
    'graphGML_methods.R'
    'utils.R'