"qpGraph"
class is the class to store and manipulate
q-order (partial) correlation graphs, or qp-graphs for short. See
Castelo and Roverato (2006, 2009) for a mathematical and statistical
definition of a qp-graph. In earlier versions 1.x of the qpgraph
package there
was a function called qpGraph()
to obtain a qp-graph from a
matrix of non-rejection rates. This function, as it was written,
has been deprecated and replaced by this class and corresponding
constructor methods of the same name. The main difference with respect
to earlier 1.x versions is that the argument threshold
is now
called epsilon
, the argument return.type
has been
removed and the current version returns an object of this class
qpGraph
described in this manual page.
nrrMatrix
, to use to form the
resulting qp-graph. This parameter is incompatible with a
value different from NULL
in epsilon
.pairup.j
pairup.i
nrrMatrix
.nrrMatrix
has
been estimated from data, this is the number of observations in the
data set.qpGraph(nrrMatrix, ...)
corresponding to constructor methods that take as input a matrix of
non-rejection rates, calculated with qpNrr
.p
:q
:p-2
.n
:q+2
.epsilon
:g
:graphBAM-class
object.qpGraph(nrrMatrix, ...)
nrrMatrix
is a matrix of non-rejection rates.show(object)
object
.Castelo, R. and Roverato, A. Reverse engineering molecular regulatory networks from microarray data with qp-graphs. J. Comp. Biol., 16(2):213-227, 2009.
qpNrr