makeIndices {affycoretools} | R Documentation |
This function is used to create indices for making Venn diagrams or
vennCounts
objects. This is an internal method and is not
intended to be called by the end user.
makeIndices(x, method = "same")
x |
A TestResults object from a call to decideTests . |
method |
One of "same", "up", "down", "both", indicating
direction of differential expression. See details of
vennSelect for more information. |
A list containing TRUE
and FALSE
values, to be used by vennSelect
.
James W. MacDonald <jmacdon@med.umich.edu>