Usage
tmodAUC(l, ranks, modules = NULL, stat = "AUC", remove.dups = TRUE,
recalculate.ranks = TRUE, filter = FALSE, mset = "LI")
Arguments
l
List of gene names corresponding to rows from the ranks matrix
ranks
a matrix with ranks, where columns correspond to samples
and rows to genes from the l list
modules
optional list of modules for which to make the test
stat
Which statistics to generate. Default: AUC
remove.dups
Remove duplicate gene names in l and corresponding
rows from ranks
recalculate.ranks
Filtering and removing duplicates will also
remove ranks, so that they should be recalculated. Use FALSE if you don't
want this behavior. If unsure, stay with TRUE
filter
Remove gene names which have no module assignments
mset
Which module set to use. "LI", "DC" or "all" (default: LI)