HenrikBengtsson / aroma.affymetrix

🔬 R package: Analysis of Large Affymetrix Microarray Data Sets
https://cran.r-project.org/package=aroma.affymetrix
10 stars 3 forks source link

doCRMAv2() and similar may return a non-bijective set (even when all is output exists) #3

Closed HenrikBengtsson closed 8 years ago

HenrikBengtsson commented 9 years ago

doCRMAv2() and similar functions may return a non-bijective set even when all is output exists. This most likely happens when some names (in Aroma Framework sense) of the files are prefixes of other files, e.g. MC2 is a prefix to MC20. Reported by @benilton.

See also: aroma.core commit 490ca9fe

ACTION: Set up a reproducible example and add a package test, then bug fix.

HenrikBengtsson commented 8 years ago

Reproducible example yet to be found. Closing until that is available.