Package | Description |
---|---|
owltools.gaf.inference |
Perform inference on Gene Associations
|
Modifier and Type | Method and Description |
---|---|
static ClassTaxonMatrix |
ClassTaxonMatrix.create(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLClass> classes,
Collection<org.semanticweb.owlapi.model.OWLClass> taxa)
Create a new taxon-class-matrix for the given classes and taxa.
|
static ClassTaxonMatrix |
ClassTaxonMatrix.create(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLClass> classes,
String... taxa)
Create a new taxon-class-matrix for the given classes and taxa.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClassTaxonMatrix.write(ClassTaxonMatrix matrix,
OWLGraphWrapper graph,
BufferedWriter writer)
Write a
ClassTaxonMatrix using the default delimiter. |
static void |
ClassTaxonMatrix.write(ClassTaxonMatrix matrix,
OWLGraphWrapper graph,
char delimiter,
BufferedWriter writer)
Write a
ClassTaxonMatrix using the specified delimiter. |
Copyright © 2010-2015. All Rights Reserved.