Uses of Class
org.biopax.paxtools.pattern.util.Blacklist
Packages that use Blacklist
Package
Description
Main package.
Package for constraints.
Package for pattern miner utility.
-
Uses of Blacklist in org.biopax.paxtools.pattern
Methods in org.biopax.paxtools.pattern with parameters of type BlacklistModifier and TypeMethodDescriptionstatic PatternPatternBox.catalysisPrecedes(Blacklist blacklist) Pattern for detecting two EntityReferences are controlling consecutive reactions, where output of one reaction is input to the other.static PatternPatternBox.chemicalAffectsProteinThroughBinding(Blacklist blacklist) A small molecule is in a complex with a protein.static PatternPatternBox.controlsMetabolicCatalysis(Blacklist blacklist, boolean consumption) Pattern for a Protein controlling a reaction whose participant is a small molecule.static PatternPatternBox.controlsStateChangeThroughBindingSmallMolecule(Blacklist blacklist) Pattern for an entity is producing a small molecule, and the small molecule controls state change of another molecule.static PatternPatternBox.controlsStateChangeThroughControllerSmallMolecule(Blacklist blacklist) Pattern for an entity is producing a small molecule, and the small molecule controls state change of another molecule.static PatternPatternBox.controlsTransportOfChemical(Blacklist blacklist) Pattern for a ProteinReference has a member PhysicalEntity that is controlling a reaction that changes cellular location of a small molecule.static PatternPatternBox.reactsWith(Blacklist blacklist) Constructs a pattern where first and last small molecules are substrates to the same biochemical reaction.static PatternPatternBox.usedToProduce(Blacklist blacklist) Constructs a pattern where first small molecule is an input a biochemical reaction that produces the second small molecule. -
Uses of Blacklist in org.biopax.paxtools.pattern.constraint
Fields in org.biopax.paxtools.pattern.constraint declared as BlacklistModifier and TypeFieldDescriptionprotected BlacklistConstraintAdapter.blacklistBlacklist to detect ubiquitous small molecules.Methods in org.biopax.paxtools.pattern.constraint with parameters of type BlacklistModifier and TypeMethodDescriptionstatic ConstraintConBox.linkToComplex(Blacklist blacklist) Makes a linker constraint from PhysicalEntity to its linked PhysicalEntity towards complex direction.static ConstraintConBox.linkToSimple(Blacklist blacklist) Makes a linker constraint from PhysicalEntity to its linked PhysicalEntity towards member direction.Constructors in org.biopax.paxtools.pattern.constraint with parameters of type BlacklistModifierConstructorDescriptionprotectedConstraintAdapter(int size, Blacklist blacklist) Constructor with size.ConversionSide(ConversionSide.Type type, Blacklist blacklist, RelType relType) Constructor.LinkedPE(LinkedPE.Type type, Blacklist blacklist) Constructor with the linking type.Participant(RelType type, Blacklist blacklist) Constructor with parameters.Participant(RelType type, Blacklist blacklist, boolean considerControl) Constructor with parameters.Participant(RelType type, Blacklist blacklist, boolean considerControl, boolean considerPathway) Constructor with parameters.ParticipatesInConv(RelType type, Blacklist blacklist) Constructor with parameters.RelatedControl(RelType peType, Blacklist blacklist) Constructor with the relation type between PhysicalEntity and Conversion, and the blacklist. -
Uses of Blacklist in org.biopax.paxtools.pattern.example
Methods in org.biopax.paxtools.pattern.example with parameters of type Blacklist -
Uses of Blacklist in org.biopax.paxtools.pattern.miner
Fields in org.biopax.paxtools.pattern.miner declared as BlacklistModifier and TypeFieldDescriptionprotected BlacklistMinerAdapter.blacklistBlacklist for identifying ubiquitous small molecules.Methods in org.biopax.paxtools.pattern.miner that return BlacklistModifier and TypeMethodDescriptionBlacklistGenerator.generateBlacklist(Model model) Generates the blacklist.BlacklistGenerator2.generateBlacklist(Model model) Generates the blacklist.BlacklistGenerator3.generateBlacklist(Model model) Generates the blacklist.Methods in org.biopax.paxtools.pattern.miner with parameters of type BlacklistModifier and TypeMethodDescriptionvoidMinerAdapter.setBlacklist(Blacklist blacklist) Sets the blacklist to use during SIF search.voidSIFMiner.setBlacklist(Blacklist blacklist) Sets the blacklist that can be used during the search.voidSIFSearcher.setBlacklist(Blacklist blacklist) Sets the blacklist that manages IDs of ubique molecules.