| Package | Description |
|---|---|
| org.biopax.paxtools.io.sif |
This package contains methods and algorithms for reducing BioPAX to Simple Interaction Format.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SimpleInteraction> |
SimpleInteractionConverter.inferInteractions(Model model)
Deprecated.
Infers simple interactions from the interactions found in the model for every
interaction rule given; and returns this inferred simple interactions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InteractionSet.add(SimpleInteraction simpleInteraction)
If the interaction already exists, mediators are updated with merging.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimpleInteractionConverter.removeInteractionsWithBlackListMolecules(Set<SimpleInteraction> interactions,
Set<String> blackList)
Deprecated.
Filters out interactions whose source or target are in black list.
|
Copyright © 2015 BioPAX. All rights reserved.