intactHyperGraph-class {Rintact} | R Documentation |
Class "intactHyperGraph"
Description
A class representing the IntAct data as a hypergraph. It is a
superclass of the hypergraph class.
Objects from the Class
Objects are usually created by intactXML2Graph
.
Slots
interactors
:- matrix, Each row represents one interactor. IntAct
IDs are used as row names. Each column represents one annotation.
Annotations include: UniProt ID, gene symbol, full name, locus name, ORF name,
organism name, and NCBI taxonomy ID. Only those interactors which are
the nodes of the intactGraph is given.
Methods
- show
signature(object = "intactHyperGraph")
: a print method
- initialize
- a method to initialize an instance of an intactHyperGraph
- translateIntactID
signature(object = "intactHyperGraph")
:
a method to translate IntAct codes to the various annotations.
Author(s)
T Chiang
See Also
intactXML2Graph
[Package
Rintact version 1.4.0
Index]