The affxparser package provides methods for fast and memory efficient parsing of Affymetrix files using the Affymetrix' Fusion SDK. Both traditional ASCII- and binary-based files are supported, as well as Affymetrix future binary format "Calvin". The efficiency of the parsing is dependent on whether a specific file is binary or ASCII.
The main repository for this package is Bioconductor. To install it, do:
source("http://www.bioconductor.org/biocLite.R")
biocLite("affxparser")
For latest patched version:
source("http://www.braju.com/R/hbLite.R")
hbLite("affxparser")
Always turn to the package help in the first place, especially the package overview help page, i.e.
library(affxparser) ?affxparser
H. Bengtsson, Introduction to the affxparser package, Department of Statistics, University of California, Berkeley, May 11, 2006.
| http://www.braju.com/R/ | ©2001-2006 Henrik Bengtsson (www.braju.com). All rights reserved. | Validate this page! |