public class GafCommandRunner extends CommandRunner
CommandRunnerBase.OptionException
Modifier and Type | Field and Description |
---|---|
BioentityDocument |
bioentityDocument |
TraversingEcoMapper |
eco |
GafDocument |
gafdoc |
exitOnException, g, isDisposeReasonerOnExit, owlObjectCachedSet, pw, queryOntology, reasoner, reasonerName
Constructor and Description |
---|
GafCommandRunner() |
Modifier and Type | Method and Description |
---|---|
void |
createExperimentalPredictions(Opts opts) |
void |
createRdfXml(Opts opts) |
void |
extractOntologySubsetByGaf(Opts opts) |
void |
foldGafExtensions(Opts opts) |
void |
gaCalculateSpecificity(Opts opts) |
void |
gaf(Opts opts)
Used for loading GAFs into memory
|
void |
gaf2oa(Opts opts) |
void |
gaf2Owl(Opts opts) |
void |
gaf2OwlSimple(Opts opts)
Created to mimic the translation to OWL for GAF checks
|
void |
gafCompareBasic(Opts opts) |
void |
gafFoldInferences(Opts opts) |
void |
gafQuery(Opts opts) |
void |
gafRemoveRedundant(Opts opts) |
void |
gafTermCounts(Opts opts) |
void |
gafTermICValues(Opts opts) |
void |
gafXpPredict(Opts opts) |
void |
generateJsonGafStatistics(Opts opts) |
void |
loadGpadGpi(Opts opts) |
void |
mapToSlim(Opts opts) |
protected int |
preCheckOntology(String inConsistentMsg,
String unsatisfiableMsg,
String unsatisfiableModule) |
void |
runGAFChecks(Opts opts) |
void |
runOntologyPreCheck(Opts opts)
Similar method to '--run-reasoner', but not only checks for unsatisfiable
classes, but also checks first for a consistent ontology.
|
void |
setExperimentalGAFPredictionFile(Opts opts) |
void |
setExperimentalGAFPredictionReportFile(Opts opts) |
void |
setGAFPredictionFile(Opts opts) |
void |
setGAFPredictionReportFile(Opts opts) |
void |
setGAFReportFile(Opts opts) |
void |
setGAFReportSummaryFile(Opts opts) |
void |
setGAFTaxonModule(Opts opts) |
void |
unfoldGafExtensions(Opts opts) |
void |
writeGaf(Opts opts) |
void |
writeGpad(Opts opts) |
void |
writeGpi(Opts opts) |
void |
writeXgmml(Opts opts) |
assertAboxInferences, assertInferredSubClassAxioms, createBioChebi, createExternalMappings, createPartOfLinks, createSlim, createSubsetTags, extractAnnotationValue, extractExtensionFile, filterExtensionFile, removeRedundantInferredSuperClassAxioms, removeRedundantInferredSVFs, removeRedundantSubclasses, removeRedundantSVFs, removeSubsetEntities, runDAGCheck, runSingleIteration, verifyChanges
exit, getPrettyPrinter, handlePrettyPrinter, help, helpFooter, printVersion, resolveClass, resolveClassList, resolveEntity, resolveEntity, resolveEntityList, resolveObjectProperty, resolveObjectPropertyList, resolveObjectPropertyListAsList, run, run, runSingleIteration, summarizeOntology
public GafDocument gafdoc
public BioentityDocument bioentityDocument
public TraversingEcoMapper eco
public void gaf(Opts opts) throws Exception
opts
- Exception
public void gaf2OwlSimple(Opts opts) throws Exception
opts
- Exception
public void gaf2Owl(Opts opts) throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLException
public void gafXpPredict(Opts opts)
public void gafTermICValues(Opts opts)
public void gaCalculateSpecificity(Opts opts)
public void gafTermCounts(Opts opts)
public void gafQuery(Opts opts)
public void extractOntologySubsetByGaf(Opts opts) throws org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyCreationException
public void mapToSlim(Opts opts) throws org.semanticweb.owlapi.model.OWLOntologyCreationException, IOException
org.semanticweb.owlapi.model.OWLOntologyCreationException
IOException
public void runOntologyPreCheck(Opts opts) throws Exception
opts
- Exception
protected int preCheckOntology(String inConsistentMsg, String unsatisfiableMsg, String unsatisfiableModule) throws org.semanticweb.owlapi.model.OWLException, IOException
org.semanticweb.owlapi.model.OWLException
IOException
public void setGAFReportFile(Opts opts)
public void setGAFReportSummaryFile(Opts opts)
public void setGAFPredictionFile(Opts opts)
public void setGAFPredictionReportFile(Opts opts)
public void setGAFTaxonModule(Opts opts)
public void setExperimentalGAFPredictionFile(Opts opts)
public void setExperimentalGAFPredictionReportFile(Opts opts)
public void createExperimentalPredictions(Opts opts) throws Exception
Exception
public void writeXgmml(Opts opts) throws IOException
IOException
public void generateJsonGafStatistics(Opts opts) throws Exception
Exception
Copyright © 2010–2016. All rights reserved.