To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("affxparser")
In most cases, you don't need to download the package archive at all.
Bioconductor version: 3.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.
Author: Henrik Bengtsson [aut], James Bullard [aut], Robert Gentleman [ctb], Kasper Daniel Hansen [aut, cre], Martin Morgan [ctb]
Maintainer: Kasper Daniel Hansen <khansen at jhsph.edu>
Citation (from within R,
enter citation("affxparser")
):
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("affxparser")
Reference Manual | ||
Text | NEWS |
biocViews | DataImport, Infrastructure, Software |
Version | 1.38.0 |
In Bioconductor since | BioC 1.7 (R-2.2) |
License | LGPL (>= 2) |
Depends | R (>= 2.6.0) |
Imports | |
LinkingTo | |
Suggests | R.oo (>= 1.18.0), R.utils (>= 1.32.4), AffymetrixDataTestFiles |
SystemRequirements | |
Enhances | |
URL | https://github.com/HenrikBengtsson/affxparser/ |
Depends On Me | ITALICS, pdInfoBuilder, rMAT, Starr |
Imports Me | affyILM, AffyTiling, cn.farms, GeneRegionScan, ITALICS, oligo, rMAT |
Suggests Me | |
Build Report |
Follow Installation instructions to use this package in your R session.
Package Source | affxparser_1.38.0.tar.gz |
Windows Binary | affxparser_1.38.0.zip (32- & 64-bit) |
Mac OS X 10.6 (Snow Leopard) | affxparser_1.38.0.tgz |
Mac OS X 10.9 (Mavericks) | affxparser_1.38.0.tgz |
Browse/checkout source | (username/password: readonly) |
Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!