hansenlab / minfi

Devel repository for minfi
58 stars 70 forks source link

Fixes selection of probes by type in preprocessNoob. #265

Closed jonathonl closed 5 months ago

jonathonl commented 7 months ago

This is a potential fix for https://github.com/hansenlab/minfi/issues/264. This hasn't been fully tested. Using thematch() function might be slightly more efficient then doing hash lookups with the rownames, but I figured this was safer as it avoided any mis-mappings downstream.

kasperdanielhansen commented 5 months ago

This may not be the best long term fix, but it is a fix and we need it in the next version of minfi.