fdr.crit: A function to calculate the number of samples pass fdr...

Usage Arguments Examples

View source: R/fdrFunctions.R

Usage

1
fdr.crit(dswat.fdr)

Arguments

dswat.fdr

A data frame of fdr values of a Swath result

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- 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)	
	

SwathXtend documentation built on Nov. 8, 2020, 6:42 p.m.