dafs: dafs

View source: R/dafs.R

dafsR Documentation

dafs

Description

This function filters the expression using DAFS (see ref). This is a core function invoked by the DAFS wrapper.

Usage

dafs(VEC1, PLOT)

Arguments

VEC1

Vector 1, not intended for user interaction.

PLOT

Boolean, toggles plotting.

Details

This function filters the expression, using Data Adaptive Flag method.

Value

Returns vx[which.min(vv)] to wrapper function.

Author(s)

AJ Vaestermark, JR Walters.

References

BMC Bioinformatics, 2014, 15:92

Examples

library(mclust)
data(hmel.se)
f_se <- dafsFilter(se)

WaltersLab/doseR documentation built on June 24, 2024, 2:51 a.m.