hansenlab / minfi

Devel repository for minfi
58 stars 70 forks source link

bug(s) in preprocessMethod #51

Closed kasperdanielhansen closed 8 years ago

kasperdanielhansen commented 8 years ago

Two bugs related to the preprocessMethod slot in MethylSet and friends: (1) The 450k manifest is hardcoded into the code. (2) preprocessNoob does not set preprocessMethod.

Idea: How about preprocessMethod recording the preprocessCall made, and keeps a list of calls?

kasperdanielhansen commented 8 years ago

Fixed, starting a new issue with the idea of storing the call in preprocessMethod.