RGLab / flowStats

flowStats: algorithms for flow cytometry data analysis using BioConductor tools
15 stars 10 forks source link

API changes in 'ks' package breaks flowStats #16

Closed mikejiang closed 8 years ago

mikejiang commented 8 years ago

The following two APIs were moved from ks to feature package lately, which causes the error when building flowCore vignette.

Error : objects ‘dfltCounts’, ‘drvkde’ are not exported by 'namespace:ks'

However feature package requires tcl/tk, which is the dependency we wanted avoid due to the discussion here.

These two functions are indirectly used by curv2Filter so we can''t simply drop them unless we want to deprecate curv2Filter.

I will see if I can make hardcopies of these two functions from features without much hassle.

mikejiang commented 8 years ago

It seems also has impact on openCyto::tailgate which directly uses drvkde for kernel density derivative estimation.