Package: CytoML
Type: Package
Title: A GatingML Interface for Cross Platform Cytometry Data Sharing
Version: 1.8.1
Date: 2016-04-15
Author: Mike Jiang
Maintainer: Mike Jiang <wjiang2@fhcrc.org>
Description: Uses platform-specific implemenations of the GatingML2.0 standard 
    to exchange gated cytometry data with other software platforms.
License: Artistic-2.0
LazyData: TRUE
Imports:
    flowCore (>= 1.43.10),
    flowWorkspace (>= 3.29.10),
    openCyto (>= 1.11.3),
    XML,
    data.table,
    flowUtils (>= 1.35.7),
    jsonlite,
    RBGL,
    ncdfFlow,
    Rgraphviz,
    Biobase,
    methods,
    graph,
    graphics,
    utils,
    base64enc,
    plyr,
    grDevices,
    methods,
    ggcyto (>= 1.9.3)
biocViews: ImmunoOncology, FlowCytometry, DataImport, DataRepresentation
Suggests:
    testthat,
    flowWorkspaceData (>= 2.11.1),
    knitr,
    parallel
VignetteBuilder: knitr
RoxygenNote: 6.0.1
BugReports: https://github.com/RGLab/CytoML/issues
URL: https://github.com/RGLab/CytoML
Collate: 
    'GatingSet2cytobank.R'
    'GatingSet2flowJo.R'
    'cytobank2GatingSet.R'
    'diva2GatingSet.R'
    'flowUtils_functions.R'
    'read.gatingML.cytobank.R'
    'graphGML_methods.R'
    'parseDivaWorkspace_old.R'
    'utils.R'