Package: CytoML
Type: Package
Title: A GatingML Interface for Cross Platform Cytometry Data Sharing
Version: 1.10.0
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.31.17),
    openCyto (>= 1.11.3),
    XML,
    data.table,
    flowUtils (>= 1.35.7),
    jsonlite,
    RBGL,
    ncdfFlow,
    Rgraphviz,
    Biobase,
    methods,
    graph,
    graphics,
    utils,
    base64enc,
    plyr,
    dplyr,
    grDevices,
    methods,
    ggcyto (>= 1.11.4),
    yaml,
    lattice
biocViews: ImmunoOncology, FlowCytometry, DataImport, DataRepresentation
LinkingTo: Rcpp, BH(>= 1.62.0-1), RProtoBufLib(>= 1.3.7), cytolib(>= 1.3.3), RcppParallel
Suggests:
    testthat,
    flowWorkspaceData (>= 2.11.1),
    knitr,
    parallel
VignetteBuilder: knitr
RoxygenNote: 6.1.1
BugReports: https://github.com/RGLab/CytoML/issues
URL: https://github.com/RGLab/CytoML
Collate: 
    'GatingSet2cytobank.R'
    'GatingSet2flowJo.R'
    'RcppExports.R'
    'cytobank2GatingSet.R'
    'cytobankExperiment.R'
    'flowJoWorkspace_Methods.R'
    'diva2GatingSet.R'
    'flowUtils_functions.R'
    'read.gatingML.cytobank.R'
    'graphGML_methods.R'
    'parseDivaWorkspace_old.R'
    'utils.R'
    'zzz.R'
SystemRequirements: xml2, GNU make, C++11    
Encoding: UTF-8