Uses of Class
owltools.gaf.inference.ClassTaxonMatrix

Packages that use ClassTaxonMatrix
owltools.gaf.inference Perform inference on Gene Associations 
 

Uses of ClassTaxonMatrix in owltools.gaf.inference
 

Methods in owltools.gaf.inference that return ClassTaxonMatrix
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.
 

Methods in owltools.gaf.inference with parameters of type ClassTaxonMatrix
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-2014. All Rights Reserved.