Hi!
I am analysing CEL files from an Affimetrix HTA 2.0 array. The package affy
works with older arrays, but for this model I had to use oligo
package; which, instead of creating an AffyBatch
object when reading the files, it creates an HTAFeatureSet
. This object is not compatible with arrayQualityMetrics
.
Is it any way of using this function with this type of objects? Or is it any similar package which suits HTAFeatureSet
objects?
Thanks!