This function is designed to compute counts for a Venn diagram. It is
slightly different from vennCounts in the
additional ability to compute counts for genes that are differentially
expressed in the same direction.
Usage
vennCounts2(x, method = "same", fit = NULL, foldFilt = NULL)
The function vennCounts will return identical
results except for the "same" method. This will only select those genes that
both pass the criteria of decideTests as well as being
differentially expressed in the same direction. Note that this is different
from the "both" method, which simply requires that a given gene be
differentially expressed in e.g., two different comparisons without any
requirement that the direction be the same.