public class UbiquitousIDMiner extends MinerAdapter
blacklist, description, idFetcher, idMap, name, pattern| Constructor and Description |
|---|
UbiquitousIDMiner()
Constructor that sets name and description.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
constructPattern()
Constructs the pattern.
|
String |
getHeader()
Gets header of the result file.
|
String |
getValue(Match m,
int col)
Gets the ids of the small molecule reference and its physical entities.
|
void |
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.
|
concat, createSIFInteraction, fetchIDs, getCellularLocations, getChain, getCompoundName, getDeltaCompartments, getDeltaModifications, getDescription, getGeneSymbol, getGeneSymbol, getIdentifiers, getIdMap, getMediatorLabels, getModifications, getModifications, getModificationTerm, getName, getPattern, getPositionInString, getPositionStart, getRelationType, getSourcePELabels, getTargetPELabels, getUniprotNameForHuman, getUniprotNameForHuman, isInhibition, labeledInactive, removeCommon, setBlacklist, setDescription, setIDFetcher, setIdMap, setName, sign, sign, toString, toStringSet, writeResultAsSIF, writeResultDetailed, writeSIFsUsingSIFFrameworkpublic UbiquitousIDMiner()
public Pattern constructPattern()
constructPattern in class MinerAdapterpublic void writeResult(Map<BioPAXElement,List<Match>> matches, OutputStream out) throws IOException
matches - pattern search resultout - output streamIOException - when there's a problem writing to the output streampublic String getHeader()
getHeader in class MinerAdapterpublic String getValue(Match m, int col)
getValue in class MinerAdapterm - current matchcol - current columnCopyright © 2015 BioPAX. All rights reserved.