Description Arguments Objects from the Class Slots Methods Author(s) References See Also
The "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.
epsilon |
maximum cutoff value met by the edges present in the qp-graph. |
topPairs |
number of edges from the top of the ranking, defined by the
non-rejection rates in |
pairup.i |
subset of vertices to pair up with subset |
pairup.j |
subset of vertices to pair up with subset |
q |
q-order employed to derive the input matrix of non-rejection rates
|
n |
when the input matrix of non-rejection rates |
Objects can be created by calls of the form qpGraph(nrrMatrix, ...)
corresponding to constructor methods that take as input a matrix of
non-rejection rates, calculated with qpNrr
.
p
:number of vertices, in one-to-one correspondence with random variables.
q
:order of the qp-graph, always smaller than p-2
.
n
:when the qp-graph has been estimated from data, this is the number of observations in the data set, which must be larger than q+2
.
epsilon
:maximum cutoff value of the non-rejection rate met by the edges that are present in the qp-graph.
g
:undirected graph structure of the qp-graph stored as a graphBAM-class
object.
qpGraph(nrrMatrix, ...)
Constructor method where nrrMatrix
is a matrix of non-rejection rates.
show(object)
Method to display some bits of information about
the qp-graph stored in the input argument object
.
R. Castelo
Castelo, R. and Roverato, A. A robust procedure for Gaussian graphical model search from microarray data with p larger than n, J. Mach. Learn. Res., 7:2621-2650, 2006.
Castelo, R. and Roverato, A. Reverse engineering molecular regulatory networks from microarray data with qp-graphs. J. Comp. Biol., 16(2):213-227, 2009.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.