Uses of Interface
org.biopax.paxtools.pattern.miner.IDFetcher
Packages that use IDFetcher
Package
Description
Package for constraints.
Package for pattern miner utility.
-
Uses of IDFetcher in org.biopax.paxtools.pattern.constraint
Constructors in org.biopax.paxtools.pattern.constraint with parameters of type IDFetcher -
Uses of IDFetcher in org.biopax.paxtools.pattern.miner
Classes in org.biopax.paxtools.pattern.miner that implement IDFetcherModifier and TypeClassDescriptionclassTries to get Gene Symbols or UniProt IDs for genes and - display names for small molecules; This id-fetcher is mainly to use with the BioPAX pathway data from Pathway Commons (PC2) db (normalized and enriched with xrefs).classTries to get preferred type IDs of an entity reference.classSimple gets the URI (of an entity reference);Fields in org.biopax.paxtools.pattern.miner declared as IDFetcherModifier and TypeFieldDescriptionprotected IDFetcherMinerAdapter.idFetcherID fetcher is used for skipping objects that cannot generate a valid ID during the search.Methods in org.biopax.paxtools.pattern.miner with parameters of type IDFetcherModifier 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.fetchIDs(BioPAXElement ele, IDFetcher fetcher) voidMinerAdapter.setIDFetcher(IDFetcher idFetcher) Sets the ID fetcher to use during SIF search.voidSIFMiner.setIDFetcher(IDFetcher idFetcher) Sets the idFetcher that helps to fasten the search.Constructors in org.biopax.paxtools.pattern.miner with parameters of type IDFetcherModifierConstructorDescriptionSIFSearcher(IDFetcher idFetcher, SIFMiner... miners) Constructor with ID fetcher and miners.SIFSearcher(IDFetcher idFetcher, SIFType... types) Constructor with ID fetcher and binary interaction types.