Hi all, I am trying to find a way to use distance weighted discrimination method to remove biases from multiple microarray datasets.
My starting point is this. The problem is that Matlab version runs only under Windows, needs excel 5 format as input (where data appears to be truncated at line 65535 - matlab error is:
Error reading record for cells starting at column 65535. Try saving as Excel 98.
). Java version runs only with caBIG support, which, if I understood, has been shut down recently.
So I searched a lot and I find this package but from example I could not get how to provide the two datasets to merge to kdwd
function.
Does anybody know how to use it?
Thanks
I am not sure that this is the right package. From the documentation it seems that kdwd implements a supervised classifier which is not really what you need for bias removal. Possibly, the classifier uses DWD for preprocessing and feature selection. Unfortunately, I have no clue about the method DWD (Distance Weighted Discrimination) to be able to give further hints.