Uses of Class
org.biopax.paxtools.pattern.Match
Packages that use Match
Package
Description
Main package.
Package for constraints.
Package for pattern miner utility.
-
Uses of Match in org.biopax.paxtools.pattern
Methods in org.biopax.paxtools.pattern that return types with arguments of type MatchModifier and TypeMethodDescriptionstatic Map<BioPAXElement, List<Match>> Searcher.search(Collection<? extends BioPAXElement> eles, Pattern pattern) Searches the given pattern starting from the given elements.Searcher.search(BioPAXElement ele, Pattern pattern) Searches the pattern starting from the given element.static Map<BioPAXElement, List<Match>> Searches the given pattern in the given model.static Map<BioPAXElement, List<Match>> Searcher.search(Model model, Pattern pattern, ProgressWatcher prg) Searches the given pattern in the given model.Searches the pattern starting from the given match.Searcher.searchPlain(Collection<? extends BioPAXElement> eles, Pattern pattern) Searches the pattern starting from given elements, but instead of a match map, returns all matches in a list.Searcher.searchPlain(Model model, Pattern pattern) Searches the pattern in a given model, but instead of a match map, returns all matches in a list.Searcher.searchRecursive(Match match, List<MappedConst> mc, int index) Continues searching with the mapped constraint at the given index.Methods in org.biopax.paxtools.pattern with parameters of type MatchModifier and TypeMethodDescriptionGenerates candidate values for the variable to be generated.Calls generate method of the constraint with index translation.booleanChecks if the variables in the Match satisfies this constraint.booleanDirects to satisfies method of the wrapped constraint with index translation.Searches the pattern starting from the given match.Searcher.searchRecursive(Match match, List<MappedConst> mc, int index) Continues searching with the mapped constraint at the given index. -
Uses of Match in org.biopax.paxtools.pattern.constraint
Methods in org.biopax.paxtools.pattern.constraint with parameters of type MatchModifier and TypeMethodDescriptionGets intersection of the generated elements by the member constraints.This method has to be overridden by generative constraints.Chains the member constraints and returns the output of the last constraint.Navigates to the related ERs of the controllers of the given Control.Checks which side is the first PhysicalEntity, and gathers participants on either the other side or the same side.Iterated over non-taboo participants and collectes related ER.Gets to the linked PhysicalEntity.Gets the intersection of the generated values of wrapped constraints.Identifies the conversion direction and gets the related participants.Identifies the conversion direction and gets the related participants.Uses the encapsulated PAthAccessor to generate satisfying elements.According to the relation between PhysicalEntity and the Conversion, checks of the Control is relevant.Gets the first mapped element along with the generated elements of wrapped constraint.Gets xor of the generated elements by the member constraints.booleanChecks if the PhysicalEntity controls anything.booleanChecks the gained and and lost features to predict the activity change is the desired change.booleanChecks if all the constraints satisfy.booleanUse this method only if constraint canGenerate, and satisfaction criteria is that simple.booleanChecks if the controlled Interaction contains a controller as a participant.booleanChecks if the wrapped Constraint can generate any elements.booleanChecks if the two elements are identical or not identical as desired.booleanChecks if the element in the first index has the desired value.booleanChecks if the generated elements from the first mapped element has either the desired value, or has some value in common with the elements generated from second mapped element.booleanChecks if the element has one of the desired IDs.booleanChecks if the element has one of the desired IDs.booleanChecks the any of the changed modifications match to any of the desired modifications.booleanbooleanNegates the satisfies value of the wrapped constraint.booleanChecks if any of the wrapped constraints satisfy.booleanChecks if the PathAccessor is generating the second mapped element.booleanCreates two PhysicalEntity chains with the given endpoints, and checks if they are intersecting.booleanChecks if the last index is either generated or equal to the first element.booleanChecks if generated element size is in limits.booleanChecks if the element is assignable to a variable of the desired type.booleanChecks if constraints satisfy in xor pattern. -
Uses of Match in org.biopax.paxtools.pattern.miner
Methods in org.biopax.paxtools.pattern.miner with parameters of type MatchModifier and TypeMethodDescriptionMinerAdapter.createSIFInteraction(Match m, IDFetcher fetcher) Creates a SIF interaction for the given match.SIFMiner.createSIFInteraction(Match m, IDFetcher fetcher) Creates SIF interactions for the given match.MinerAdapter.getCellularLocations(Match m, String memLabel, String comLabel) Gets cellular locations of the given elements in a string set.protected PhysicalEntityChainMinerAdapter.getDeltaCompartments(Match m, String memLabel1, String comLabel1, String memLabel2, String comLabel2) Gets delta compartments of the given two PE chains.MinerAdapter.getDeltaModifications(Match m, String memLabel1, String comLabel1, String memLabel2, String comLabel2) Gets delta modifications of the given elements in string sets.protected StringMinerAdapter.getGeneSymbol(Match m, String label) Searches for the gene symbol of the given EntityReference.MinerAdapter.getIdentifiers(Match m, String label) Uses uniprot name or gene symbol as identifier.MinerAdapter.getModifications(Match m, String label) Gets modifications of the given element in a string.MinerAdapter.getModifications(Match m, String memLabel, String comLabel) Gets modifications of the given elements in a string set.protected StringMinerAdapter.getUniprotNameForHuman(Match m, String label) Searches for the uniprot name of the given human EntityReference.Creates values for the result file columns.This method has to be overridden ifwriteResultDetailedmethod is used.Gets the ids of the small molecule reference and its physical entities.protected booleanMinerAdapter.labeledInactive(Match m, String simpleLabel, String complexLabel) Checks if a PE chain is labeled as inactive.protected intChecks the cumulative sign of the chained controls.Method parameters in org.biopax.paxtools.pattern.miner with type arguments of type MatchModifier and TypeMethodDescriptionvoidAbstractSIFMiner.writeResult(Map<BioPAXElement, List<Match>> matches, OutputStream out) Writes the result as "A used-for-production-of B", where A and B are small molecule names, and whitespace is tab.voidControlsStateChangeDetailedMiner.writeResult(Map<BioPAXElement, List<Match>> matches, OutputStream out) Writes the result as "A modifications-of-A B gains-of-B loss-of-B", where A and B are gene symbols, and whitespace is tab.voidDirectedRelationMiner.writeResult(Map<BioPAXElement, List<Match>> matches, OutputStream out) Writes the result as "A B", where A and B are gene symbols, and whitespace is tab.voidMiner.writeResult(Map<BioPAXElement, List<Match>> matches, OutputStream out) Writes the text output to the given stream.voidRelatedGenesOfInteractionsMiner.writeResult(Map<BioPAXElement, List<Match>> matches, OutputStream out) Writes the IDs of interaction, then gene symbols of related proteins in a line.voidUbiquitousIDMiner.writeResult(Map<BioPAXElement, List<Match>> matches, OutputStream out) Writes the result as "A B", where A and B are gene symbols, and whitespace is tab.protected voidMinerAdapter.writeResultAsSIF(Map<BioPAXElement, List<Match>> matches, OutputStream out, boolean directed, String label1, String label2) This method writes the output as pairs of gene symbols of the given two ProteinReference.protected voidMinerAdapter.writeResultDetailed(Map<BioPAXElement, List<Match>> matches, OutputStream out, int columns) Writes the result as a tab delimited format, where the column values are customized.protected voidMinerAdapter.writeSIFsUsingSIFFramework(Map<BioPAXElement, List<Match>> matches, OutputStream out) This method writes the output as pairs of gene symbols of the given two ProteinReference.