Package: aroma.affymetrix
Version: 2.5.0
Date: 2012-03-25
Title: Analysis of large Affymetrix microarray data sets
Author: Henrik Bengtsson, James Bullard, Kasper Hansen, Pierre Neuvial,
        Elizabeth Purdom, Mark Robinson, Ken Simpson
Maintainer: Henrik Bengtsson <henrikb@braju.com>
Depends: R (>= 2.12.0), R.methodsS3 (>= 1.2.2), R.oo (>= 1.9.3),
        R.utils (>= 1.12.0), R.filesets (>= 1.1.5), aroma.core (>=
        2.5.0), aroma.light (>= 1.22.0), aroma.apd (>= 0.2.0), R.rsp
        (>= 0.7.5), affxparser (>= 1.22.0)
Imports: MASS, methods, splines, matrixStats (>= 0.4.4)
Suggests: RColorBrewer (>= 1.0-5), preprocessCore (>= 1.8.0), affyPLM
        (>= 1.22.0), affy (>= 1.24.0), limma (>= 3.2.0), gcrma (>=
        2.10.0), gsmoothr (>= 0.1.5), dChipIO (>= 0.1.0), oligo (>=
        1.12.0), oligoClasses (>= 1.10.0), DBI (>= 0.2-5),
        pdInfoBuilder (>= 1.12.0), Biobase (>= 2.9.0),
        AffymetrixDataTestFiles
Description: This package implements classes for files and sets of
        files for various Affymetrix file formats, e.g.
        AffymetrixCdfFile, AffymetrixCelFile, and AffymetrixCelSet.
        These are designed to be memory efficient but still being fast.
        The idea is to keep all data on file and only read data into
        memory when needed.  Clever caching mechanisms are used to
        minimize the overhead of data IO.  All of the above is hidden
        in the package API and for the developer (and the end user),
        the data is queried as if it lives in memory.  With this design
        it is only the diskspace that limits the number of arrays that
        can be analyzed.  To install, do:
        source("http://www.aroma-project.org/hbLite.R");
        hbInstall("aroma.affymetrix").
License: LGPL (>= 2.1)
URL: http://www.aroma-project.org/
PatchURL: http://www.braju.com/R/
LazyLoad: TRUE
biocViews: ProprietaryPlatforms, ReportWriting, aCGH,
        CopyNumberVariants, DifferentialExpression, ExonArray,
        GeneExpression, SNP, Transcription, Microarray, OneChannel,
        DataImport, DataRepresentation, GUI, Visualization,
        Preprocessing, QualityControl
Packaged: 2012-03-25 22:15:35 UTC; hb
Repository: CRAN
Date/Publication: 2012-03-26 06:06:12
