public class DirectedRelationMiner extends MinerAdapter
blacklist, description, idFetcher, idMap, name, pattern| Constructor and Description |
|---|
DirectedRelationMiner()
Constructor that sets name and description.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
constructPattern()
Constructs the pattern.
|
String |
getHeader()
Sets header of the output.
|
String[] |
getMediatorLabels()
If a SIF miner wants to tell which essential BioPAX elements mediated this relation, then
they need to override this method and pass the labels of elements.
|
String |
getSourceLabel() |
String |
getTargetLabel() |
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, getModifications, getModifications, getModificationTerm, getName, getPattern, getPositionInString, getPositionStart, getRelationType, getSourcePELabels, getTargetPELabels, getUniprotNameForHuman, getUniprotNameForHuman, getValue, isInhibition, labeledInactive, removeCommon, setBlacklist, setDescription, setIDFetcher, setIdMap, setName, sign, sign, toString, toStringSet, writeResultAsSIF, writeResultDetailed, writeSIFsUsingSIFFrameworkpublic DirectedRelationMiner()
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 getSourceLabel()
public String getTargetLabel()
public String[] getMediatorLabels()
MinerAdaptergetMediatorLabels in class MinerAdapterCopyright © 2015 BioPAX. All rights reserved.