dafs {doseR} | R Documentation |
This function filters the expression using DAFS (see ref). This is a core function invoked by the DAFS wrapper.
dafs(VEC1, PLOT)
VEC1 |
Vector 1, not intended for user interaction. |
PLOT |
Boolean, toggles plotting. |
This function filters the expression, using Data Adaptive Flag method.
Returns vx[which.min(vv)] to wrapper function.
AJ Vaestermark, JR Walters.
BMC Bioinformatics, 2014, 15:92
library(mclust) data(hmel.se) f_se <- dafsFilter(se)