fdr.crit {SwathXtend}R Documentation

A function to calculate the number of samples pass fdr threshold

Usage

fdr.crit(dswat.fdr)

Arguments

dswat.fdr

A data frame of fdr values of a Swath result

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as

file= paste(system.file("files", package="SwathXtend"), 
	"Swath_result_Lib2.xlsx", sep="/")
	
dswat.fdr = readWorkbook(file, sheet='FDR')

dat = fdr.crit(dswat.fdr)	
	

[Package SwathXtend version 2.10.0 Index]