You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Yinan,
I am using REMP to impute TCGA LUAD 450 methylation data. I tried to impute DNA methylation data after filtered probes with missing raio > 20%. However, an error occured: Error in knnimp.internal(x, k, imiss, irmiss, p, n, maxp = maxp) : NA/NaN/Inf in foreign function call (arg 1) Calls: grooMethy -> <Anonymous> -> knnimp -> knnimp.internal Execution halted
Do you know what is happens, and how to solve it?
Thanks!
The text was updated successfully, but these errors were encountered:
Illumina 450k Methylation data in beta value detected.
A total of 16357 zero beta values are found.
Fixing 'zero' beta values with the smallest non-0 beta value = 1e-04 ...
A total of 9116 one beta values are found.
Fixing 'one' beta values with the largest non-1 beta value = 0.9999 ...
A total of 120318 NA/NaN/Inf values are found.
Converting beta/percentage value to M value ...
Imputing missing values using KNN method ...
All imputed probes are within the original data range.
Methylation data grooming is completed. (189 sec.)
Hi Yinan,
I am using REMP to impute TCGA LUAD 450 methylation data. I tried to impute DNA methylation data after filtered probes with missing raio > 20%. However, an error occured:
Error in knnimp.internal(x, k, imiss, irmiss, p, n, maxp = maxp) : NA/NaN/Inf in foreign function call (arg 1) Calls: grooMethy -> <Anonymous> -> knnimp -> knnimp.internal Execution halted
Do you know what is happens, and how to solve it?
Thanks!
The text was updated successfully, but these errors were encountered: