Name Mode Size
..
applyCdfGroups.Rex 100644 3 kb
convertCdf.Rex 100644 1 kb
convertCel.Rex 100644 1 kb
createCel.Rex 100644 2 kb
findCdf.Rex 100644 1 kb
invertMap.Rex 100644 1 kb
readCdfDataFrame.Rex 100644 1 kb
readCdfNbrOfCellsPerUnitGroup.Rex 100644 2 kb
readCdfUnits.Rex 100644 1 kb
readCdfUnitsWriteMap.2.Rex 100644 3 kb
readCdfUnitsWriteMap.Rex 100644 1 kb
readCel.Rex 100644 1 kb
readCelRectangle.Rex 100644 1 kb
readCelUnits.Rex 100644 1 kb
updateCel.Rex 100644 3 kb
updateCelUnits.Rex 100644 2 kb
writeCdf.Rex 100644 1 kb
README.md
# affxparser: Affymetrix File Parsing SDK ## Installation R package affxparser is available on [Bioconductor](http://www.bioconductor.org/packages/devel/bioc/html/affxparser.html) and can be installed in R as: ```r source('http://bioconductor.org/biocLite.R') biocLite('affxparser') ``` ### Pre-release version To install the pre-release version that is available in branch `develop`, use: ```r source('http://callr.org/install#HenrikBengtsson/affxparser@develop') ``` This will install the package from source. Because of this and because this package also compiles native code, Windows users need to have [Rtools](https://cran.r-project.org/bin/windows/Rtools/) installed and OS X users need to have [Xcode](https://developer.apple.com/xcode/) installed. ## Software status | Resource: | Bioconductor | Travis CI | Appveyor | | ------------- | ------------------- | -------------- | ---------------- | | _Platforms:_ | _Multiple_ | _Linux & OS X_ | _Windows_ | | R CMD check | <a href="http://bioconductor.org/checkResults/release/bioc-LATEST/affxparser/"><img border="0" src="http://bioconductor.org/shields/build/release/bioc/affxparser.svg" alt="Build status"></a> (release)</br><a href="http://bioconductor.org/checkResults/devel/bioc-LATEST/affxparser/"><img border="0" src="http://bioconductor.org/shields/build/devel/bioc/affxparser.svg" alt="Build status"></a> (devel) | <a href="https://travis-ci.org/HenrikBengtsson/affxparser"><img src="https://travis-ci.org/HenrikBengtsson/affxparser.svg" alt="Build status"></a> | <a href="https://ci.appveyor.com/project/HenrikBengtsson/affxparser"><img src="https://ci.appveyor.com/api/projects/status/github/HenrikBengtsson/affxparser?svg=true" alt="Build status"></a> | | Test coverage | | <a href="https://codecov.io/gh/HenrikBengtsson/affxparser"><img src="https://codecov.io/gh/HenrikBengtsson/affxparser/branch/develop/graph/badge.svg" alt="Coverage Status"/></a> | |