qpTopPairs(measurementsMatrix=NULL, refGraph=NULL, n=6L, file=NULL, decreasing=FALSE, pairup.i=NULL, pairup.j=NULL, annotation=NULL, fcOutput=NULL, fcOutput.na.rm=FALSE, digits=NULL)graphNEL-class object
or a graphAM-class object.Inf for reporting all of them.pairup.j.pairup.i.qpFunctionalCoherence.NA values from fcOutput should not be reported; FALSE (default) otherwise.measurementsMatrix
and functional coherence values. By default digits=NULL, and therefore, no
rounding is performed.measurementsMatrix should be symmetric and may have also contain
NA values which will not be taken into account. That is an alternative
way to restricting the variable pairs with the parameters pairup.i and
pairup.j. The same holds for refGraph. One of these two, should
be specified.
qpGraph
qpPrecisionRecall
qpFunctionalCoherence
qpTopPairs(matrix(runif(100), nrow=10, dimnames=list(1:10,1:10)))
Run the code above in your browser using DataLab