WAD(data, group, logged = FALSE, floor = 1, sort = FALSE)
TRUE
, the input data are regarded as
log2-transformed. If FALSE
, the log2-transformation is
performed after the floor setting. The default is
logged = FALSE
.floor = 1
, indicating that
values less than 1 are replaced by 1. Ignored if
logged = TRUE
.TRUE
, the retrieved results are sorted
in order of the rank of absolute WAD statistic.
If FALSE
, the results are retrieved by the original order.data(nakai)
group <- c(1, 1, 1, 1, 2, 2, 2, 2)
wad <- WAD(nakai, group, logged = TRUE, sort = TRUE)
Run the code above in your browser using DataLab