vennD-methods {highTtest} | R Documentation |
~~ Methods for Function vennD
~~
Description
Generates 2- or 3-dimensional Venn diagrams comparing the
features selected by the Cao-Kosorok method to those selected
by the Storey-Tibshirani (2003) method
and/or the Benjamini-Hoshberg (1995) method.
This S4 method is simply a wrapper
for draw.pairwise.venn()
and draw.triple.venn()
of
package VennDiagram.
Methods
signature(x = "highTtest", gamma="numeric", ...)
-
Object returned by a call to
highTtest()
.gamma
is the level of significance. Additional control variables for the methods ofdraw.pairwise.venn()
anddraw.triple.venn()
of package VennDiagram can be passed through the ellipsis.
[Package highTtest version 1.4 Index]