Skip to content
Prev 553 / 21312 Next

[Bioc-devel] SnpFeatureSet validity error in oligo

I have partly corrected this in Biobase.

The check was non-sensical (featureNames(assayData(object)) and
featureNames(object) return the same thing). There is now a better
check to ensure that all assayData elements have the same featureNames
(rownames).

This doesn't really help, though, with the error. I think
featureNames(object) is returning 'NA', perhaps assigned during
read.celfiles in oligo.

Martin



"James MacDonald" <jmacdon at med.umich.edu> writes: