|
if (ChipType == "BeadChip 8x5" && length(idx$rn) > 1.1e+06) { |
Illumina have now produce two different versions of EPIC v2. One has 1105209 features and one has 1052641 features. This means that for the smaller size array, the conditional statement above incorrectly classes the arrays to be EPIC v1.
bigmelon/R/inout.R
Line 272 in e4a96a6
Illumina have now produce two different versions of EPIC v2. One has 1105209 features and one has 1052641 features. This means that for the smaller size array, the conditional statement above incorrectly classes the arrays to be EPIC v1.