Name Mode Size
..
901.Dictionary.R 100644 2 kb
902.CellCoordinatesAndIndices.R 100644 4 kb
909.CellIndexMaps.R 100644 6 kb
applyCdfBlocks.R 100644 1 kb
applyCdfGroupFields.R 100644 1 kb
applyCdfGroups.R 100644 3 kb
arrangeCelFilesByChipType.R 100644 4 kb
cdfAddBaseMmCounts.R 100644 4 kb
cdfAddPlasqTypes.R 100644 4 kb
cdfAddProbeOffsets.R 100644 3 kb
cdfGetFields.R 100644 1 kb
cdfGetGroups.R 100644 1 kb
cdfGtypeCelToPQ.R 100644 2 kb
cdfHeaderToCelHeader.R 100644 2 kb
cdfMergeAlleles.R 100644 4 kb
cdfMergeStrands.R 100644 3 kb
cdfMergeToQuartets.R 100644 3 kb
cdfOrderBy.R 100644 1 kb
cdfOrderColumnsBy.R 100644 2 kb
cdfSetDimension.R 100644 2 kb
compareCdfs.R 100644 7 kb
compareCels.R 100644 4 kb
convertCdf.R 100644 7 kb
convertCel.R 100644 7 kb
copyCel.R 100644 2 kb
createCel.R 100644 8 kb
findCdf.R 100644 5 kb
findFiles.R 100644 8 kb
invertMap.R 100644 2 kb
isCelFile.R 100644 2 kb
parseDatHeaderString.R 100644 4 kb
private.assertMap.R 100644 2 kb
private.readCelHeaderV3.R 100644 3 kb
private.readCelHeaderV4.R 100644 3 kb
private.unwrapCelHeaderV4.R 100644 12 kb
private.wrapCelHeaderV4.R 100644 5 kb
readBpmap.R 100644 1 kb
readBpmapHeader.R 100644 0 kb
readBpmapSeqInfo.R 100644 1 kb
readCcg.R 100644 20 kb
readCcgHeader.R 100644 12 kb
readCdf.R 100644 13 kb
readCdfCellIndices.R 100644 8 kb
readCdfDataFrame.R 100644 11 kb
readCdfGroupNames.R 100644 3 kb
readCdfHeader.R 100644 1 kb
readCdfIsPm.R 100644 3 kb
readCdfNbrOfCellsPerUnitGroup.R 100644 3 kb
readCdfQc.R 100644 1 kb
readCdfUnitNames.R 100644 2 kb
readCdfUnits.R 100644 11 kb
readCdfUnitsWriteMap.R 100644 6 kb
readCel.R 100644 5 kb
readCelHeader.R 100644 1 kb
readCelIntensities.R 100644 3 kb
readCelRectangle.R 100644 3 kb
readCelUnits.R 100644 22 kb
readChp.R 100644 0 kb
readClf.R 100644 1 kb
readPgf.R 100644 4 kb
testWriteAndReadEmptyCdf.R 100644 1 kb
testWriteAndReadEmptyCel.R 100644 1 kb
tpmap2bpmap.R 100644 0 kb
traverseCcg.R 100644 6 kb
updateCel.R 100644 13 kb
updateCelUnits.R 100644 6 kb
writeCcg.R 100644 7 kb
writeCdf.R 100644 5 kb
writeCdf.private.R 100644 14 kb
writeCdfHeader.R 100644 4 kb
writeCdfQcUnits.R 100644 4 kb
writeCdfUnits.R 100644 4 kb
writeCelHeader.R 100644 7 kb
writeTpmap.R 100644 2 kb
zzz.R 100644 0 kb
README.md
<div id="badges"><!-- pkgdown markup --> <a href="https://bioconductor.org/packages/affxparser/"><img border="0" src="https://bioconductor.org/shields/years-in-bioc/affxparser.svg" alt="Bioconductor since badge"/></a> <a href="https://bioconductor.org/checkResults/release/bioc-LATEST/affxparser/"><img border="0" src="https://bioconductor.org/shields/build/release/bioc/affxparser.svg" alt="Bioconductor build status"/></a> <a href="https://bioconductor.org/checkResults/devel/bioc-LATEST/affxparser/"><img border="0" src="https://bioconductor.org/shields/build/devel/bioc/affxparser.svg" alt="Bioconductor build status"/></a> <a href="https://github.com/HenrikBengtsson/affxparser/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/HenrikBengtsson/affxparser/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://app.codecov.io/gh/HenrikBengtsson/affxparser"><img border="0" src="https://codecov.io/gh/HenrikBengtsson/affxparser/branch/develop/graph/badge.svg" alt="Coverage Status"/></a> </div> # affxparser: Affymetrix File Parsing SDK ## Installation R package affxparser is available on [Bioconductor](https://www.bioconductor.org/packages/devel/bioc/html/affxparser.html) and can be installed in R as: ```r install.packages("BiocManager") BiocManager::install("affxparser") ``` ### Pre-release version To install the pre-release version that is available in Git branch `develop` on GitHub, use: ```r remotes::install_github("HenrikBengtsson/affxparser", ref="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 macOS users need to have [Xcode](https://developer.apple.com/xcode/) installed. ## Development workflow The Bioconductor _development_ version of the **affxparser** package is available at <https://bioconductor.org/packages/devel/bioc/html/affxparser.html>. Bioconductor builds and checks this development version based on the source code in the `devel` branch of the package Git repository available at <https://code.bioconductor.org/browse/affxparser/devel/>. The `master` branch of _this_ GitHub repository is is manually kept in sync with the `devel` branch on the Bioconductor Git repository. If there's an update made directly to the Bioconductor `devel` branch, we merge it into the `master` branch on GitHub. Vice versa, if there are updates to the GitHub `master` branch, we merge those into the `devel` branch on Bioconductor. The most common, and recommend workflow is to develop toward GitHub instead of directly toward the Bioconductor servers. By working toward GitHub first, we get instant checking of the code across different operating systems and R versions on GitHub Actions. This way, we can validate the code immediately, instead of having to way 24-36 hours for it to be validated on the Bioconductor check servers. <!-- pkgdown-drop-below --> ## Contributing To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).