public abstract class AbstractSIFMiner extends MinerAdapter implements SIFMiner
blacklist, description, idFetcher, idMap, name| Constructor and Description |
|---|
AbstractSIFMiner(SIFType type)
Constructor with interaction type.
|
AbstractSIFMiner(SIFType type,
String supplName,
String supplDesc)
Constructor with interaction type, supplementary name, supplementary description, and ubiquitous IDs.
|
| Modifier and Type | Method and Description |
|---|---|
SIFType |
getSIFType()
Gets the type of the interaction.
|
protected void |
setType(SIFType type)
Sets the SIF type
|
void |
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.
|
concat, constructPattern, createSIFInteraction, fetchIDs, getCellularLocations, getChain, getCompoundName, getDeltaCompartments, getDeltaModifications, getDescription, getGeneSymbol, getGeneSymbol, getHeader, getIdentifiers, getIdMap, getMediatorLabels, 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, writeSIFsUsingSIFFrameworkclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateSIFInteraction, getSourceLabel, getTargetLabel, setBlacklist, setIDFetchergetDescription, getName, getPatternpublic AbstractSIFMiner(SIFType type)
type - SIF typepublic AbstractSIFMiner(SIFType type, String supplName, String supplDesc)
type - SIF typesupplName - supplementary namesupplDesc - supplemantary descriptionpublic void writeResult(Map<BioPAXElement,List<Match>> matches, OutputStream out) throws IOException
writeResult in interface Minermatches - pattern search resultout - output streamIOException - when there's a problem writing to the output streampublic SIFType getSIFType()
SIFMinergetSIFType in interface SIFMinerprotected void setType(SIFType type)
type - interaction typeCopyright © 2017 BioPAX. All rights reserved.