summary.GGItest {GeneGeneInteR} | R Documentation |
"GGItest"
objectsPrinting summaries for objects of class "GGItest"
## S3 method for class 'GGItest' summary(object, ...)
object |
|
... |
further arguments passed to or from other methods |
summary.GGItest
provides a customized summary of a GGItest
object.
The form of the value returned by summary
depends on the class of its argument.
data(gene.pair) summary(PCA.test(Y=gene.pair$Y, G1=gene.pair$G1,G2=gene.pair$G2,threshold=0.7,method="Std"))