Class CommonIDFetcher
java.lang.Object
org.biopax.paxtools.pattern.miner.CommonIDFetcher
- All Implemented Interfaces:
IDFetcher
Tries 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).
- Author:
- Ozgun Babur et al.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchID(BioPAXElement ele) Finds a String ID for the given element.voidsetUseUniprotIDs(boolean useUniprotIDs)
-
Constructor Details
-
CommonIDFetcher
public CommonIDFetcher()
-
-
Method Details