Uses of Interface
org.biopax.paxtools.pattern.miner.SIFType
Packages that use SIFType
-
Uses of SIFType in org.biopax.paxtools.pattern.miner
Classes in org.biopax.paxtools.pattern.miner that implement SIFTypeFields in org.biopax.paxtools.pattern.miner declared as SIFTypeMethods in org.biopax.paxtools.pattern.miner that return SIFTypeModifier and TypeMethodDescriptionAbstractSIFMiner.getSIFType()SIFMiner.getSIFType()Gets the type of the interaction.Methods in org.biopax.paxtools.pattern.miner with parameters of type SIFTypeModifier and TypeMethodDescriptionstatic boolean[][]SIFInteraction.convertToAdjacencyMatrix(Collection<SIFInteraction> sifInts, SIFType... type) Converts the given collection of interactions into an adjacency matrix.SIFInteraction.getSortedGeneNames(Collection<SIFInteraction> sifInts, SIFType... type) Collects and sorts sourceID and targetID of the given collection of sif interactions.protected voidSets the SIF typeConstructors in org.biopax.paxtools.pattern.miner with parameters of type SIFTypeModifierConstructorDescriptionAbstractSIFMiner(SIFType type) Constructor with interaction type.AbstractSIFMiner(SIFType type, String supplName, String supplDesc) Constructor with interaction type, supplementary name, supplementary description, and ubiquitous IDs.protectedConstructor for extension purposes.protectedConstructor for extension purposes.SIFInteraction(String sourceID, String targetID, BioPAXElement sourceER, BioPAXElement targetER, SIFType type, Set<BioPAXElement> mediators, Set<BioPAXElement> sourcePEs, Set<BioPAXElement> targetPEs) SIFSearcher(IDFetcher idFetcher, SIFType... types) Constructor with ID fetcher and binary interaction types.SIFSearcher(SIFType... types) Constructor with binary interaction types.