Package: affxparser 1.77.0

Kasper Daniel Hansen

affxparser: Affymetrix File Parsing SDK

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.

Authors:Henrik Bengtsson [aut], James Bullard [aut], Robert Gentleman [ctb], Kasper Daniel Hansen [aut, cre], Jim Hester [ctb], Martin Morgan [ctb]

affxparser_1.77.0.tar.gz
affxparser_1.77.0.zip(r-4.5)affxparser_1.77.0.zip(r-4.4)affxparser_1.77.0.zip(r-4.3)
affxparser_1.77.0.tgz(r-4.4-arm64)affxparser_1.77.0.tgz(r-4.4-x86_64)affxparser_1.77.0.tgz(r-4.3-arm64)affxparser_1.77.0.tgz(r-4.3-x86_64)
affxparser_1.77.0.tar.gz(r-4.5-noble)affxparser_1.77.0.tar.gz(r-4.4-noble)
affxparser.pdf |affxparser.html
affxparser/json (API)
NEWS

# Install 'affxparser' in R:
install.packages('affxparser', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/henrikbengtsson/affxparser/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On BioConductor:affxparser-1.77.0(bioc 3.20)affxparser-1.76.0(bioc 3.19)

bioconductor-package

65 exports 3.08 score 0 dependencies 15 dependents 13 mentions

Last updated 2 months agofrom:10de0fde29

Exports:applyCdfBlocksapplyCdfGroupFieldsapplyCdfGroupsarrangeCelFilesByChipTypecdfAddBaseMmCountscdfAddPlasqTypescdfAddProbeOffsetscdfGetFieldscdfGetGroupscdfGtypeCelToPQcdfHeaderToCelHeadercdfMergeAllelescdfMergeStrandscdfMergeToQuartetscdfOrderBycdfOrderColumnsBycdfSetDimensioncompareCdfscompareCelsconvertCdfconvertCelcopyCelcreateCelfindCdffindFilesinvertMapisCelFileparseDatHeaderStringreadBpmapreadBpmapHeaderreadBpmapSeqinforeadCcgreadCcgHeaderreadCdfreadCdfCellIndicesreadCdfDataFramereadCdfGroupNamesreadCdfHeaderreadCdfIsPmreadCdfNbrOfCellsPerUnitGroupreadCdfQcreadCdfUnitNamesreadCdfUnitsreadCdfUnitsWriteMapreadCelreadCelHeaderreadCelIntensitiesreadCelRectanglereadCelUnitsreadChpreadClfreadClfEnvreadClfHeaderreadPgfreadPgfEnvreadPgfHeadertpmap2bpmapupdateCelupdateCelUnitswriteCdfwriteCdfHeaderwriteCdfQcUnitswriteCdfUnitswriteCelHeaderwriteTpmap

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Package affxparseraffxparser-package affxparser
1. Dictionary1. Dictionary
2. Cell coordinates and cell indices2. Cell coordinates and cell indices
Applies a function to a list of fields of each group in a CDF structureapplyCdfGroupFields
Applies a function over the groups in a CDF structureapplyCdfBlocks applyCdfGroups
Compares the contents of two CDF filescompareCdfs
Compares the contents of two CEL filescompareCels
Converts a CDF into the same CDF but with another formatconvertCdf
Converts a CEL into the same CEL but with another formatconvertCel
Creates an empty CEL filecreateCel
Search for CDF files in multiple directoriesfindCdf
Parses a Bpmap filereadBpmap readBpmapHeader readBpmapSeqinfo
Reads an Affymetrix Command Console Generic (CCG) Data filereadCcg
Reads an the header of an Affymetrix Command Console Generic (CCG) filereadCcgHeader
Reads (one-based) cell indices of units (probesets) in an Affymetrix CDF filereadCdfCellIndices
Reads group names for a set of units (probesets) in an Affymetrix CDF filereadCdfGroupNames
Reads the header associated with an Affymetrix CDF filereadCdfHeader
Reads unit (probeset) names from an Affymetrix CDF filereadCdfUnitNames
Reads units (probesets) from an Affymetrix CDF filereadCdfUnits
Reads an Affymetrix CEL filereadCel
Parsing the header of an Affymetrix CEL filereadCelHeader
Reads the intensities contained in several Affymetrix CEL filesreadCelIntensities
Reads a spatial subset of probe-level data from Affymetrix CEL filesreadCelRectangle
Reads probe-level data ordered as units (probesets) from one or several Affymetrix CEL filesreadCelUnits
A function to read Affymetrix CHP filesreadChp
Parsing a CLF file using Affymetrix Fusion SDKreadClf
Parsing a CLF file using Affymetrix Fusion SDKreadClfEnv
Read the header of a CLF file.readClfHeader
Parsing a PGF file using Affymetrix Fusion SDKreadPgf
Parsing a PGF file using Affymetrix Fusion SDKreadPgfEnv
Read the header of a PGF file into a list.readPgfHeader
Updates a CEL fileupdateCel
Updates a CEL file unit by unitupdateCelUnits
Writes BPMAP and TPMAP files.tpmap2bpmap writeTpmap