affxparser
Affymetrix File Parsing SDK
Bioconductor version: 3.23 · Package version: 1.84.0
Package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP, BAR). It provides methods for fast and memory efficient parsing of Affymetrix files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based files are supported. Currently, there are methods for reading chip definition file (CDF) and a cell intensity file (CEL). These files can be read either in full or in part. For example, probe signals from a few probesets can be extracted very quickly from a set of CEL files into a convenient list structure.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("affxparser") Details
| Maintainer | Kasper Daniel Hansen <kasperdanielhansen@gmail.com> |
| Author | Henrik Bengtsson [aut], James Bullard [aut], Robert Gentleman [ctb], Kasper Daniel Hansen [aut, cre], Jim Hester [ctb], Martin Morgan [ctb] |
| License | LGPL (>= 2) |
| URL | https://github.com/HenrikBengtsson/affxparser |
| Bug Reports | https://github.com/HenrikBengtsson/affxparser/issues |
| Downloads rank | 2564 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, Infrastructure, Microarray, OneChannel, ProprietaryPlatforms, Software |
Download
Dependencies
Depends: R (>= 2.14.0)
Suggests: R.oo (>= 1.22.0), R.utils (>= 2.7.0), AffymetrixDataTestFiles
Reverse dependencies
Depends On Me (2): ITALICS, pdInfoBuilder
Imports Me (6): affyILM, cn.farms, EventPointer, GeneRegionScan, ITALICS, oligo
Suggests Me (3): aroma.affymetrix, aroma.apd, TIN