forked from frankkramer-lab/rBiopaxParser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
57 lines (57 loc) · 1.41 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
S3method(print,biopax)
export(CLASS_INHERITANCE_BP2)
export(CLASS_INHERITANCE_BP3)
export(CLASS_PROPERTIES_BP2)
export(CLASS_PROPERTIES_BP3)
export(DATABASE_BIOPAX)
export(addBiochemicalReaction)
export(addBiopaxInstance)
export(addBiopaxInstances)
export(addControl)
export(addPathway)
export(addPathwayComponents)
export(addPhysicalEntity)
export(addPhysicalEntityParticipant)
export(addPropertiesToBiopaxInstance)
export(calcGraphOverlap)
export(colorGraphNodes)
export(combineNodes)
export(createBiopax)
export(diffGraphs)
export(downloadBiopaxData)
export(generateNewUniqueID)
export(getClassProperties)
export(getInstanceClass)
export(getInstanceProperty)
export(getNeighborhood)
export(getReferencedIDs)
export(getReferencingIDs)
export(getSubClasses)
export(getSuperClasses)
export(getXrefAnnotations)
export(hasProperty)
export(intersectGraphs)
export(isOfClass)
export(layoutRegulatoryGraph)
export(listComplexComponents)
export(listInstances)
export(listInteractionComponents)
export(listPathwayComponents)
export(listPathways)
export(mergePathways)
export(pathway2AdjacancyMatrix)
export(pathway2Geneset)
export(pathway2Graph)
export(pathway2RegulatoryGraph)
export(plotRegulatoryGraph)
export(readBiopax)
export(removeInstance)
export(removeNodes)
export(removeProperties)
export(selectInstances)
export(splitComplex)
export(transitiveClosure)
export(transitiveReduction)
export(uniteGraphs)
export(writeBiopax)
import(data.table)