This is a test version of Biostars. For the public version, visit https://www.biostars.org.
In Perl, Method For Extracting Fileheaders From Affy Cel File.

Looking for a Perl script to extract fileheaders from Affy CEL file.

I've found Bioconductor's "Affymetrix File Parsing SDK" -- but trying to avoid installing yet another system into my pipeline.

perl affymetrix

I would be interested to know what your pipeline is about if you deal with Affy Cel files and prefer Perl over Bioconductor.

1 answer

Hello,

you can have a look on celutil command. you can use it with the command system with perl, and then parse the result.

Log in to answer this question.