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 |
method |
One of "same", "up", "down", "both", indicating direction of
differential expression. See details of |
A list containing TRUE
and FALSE
values, to be used by
vennSelect
.
James W. MacDonald <jmacdon@u.washington.edu>